FixSecurityListRequest

StockSharp.Fix.Native

数据取自SecurityListRequest FIX消息.

实现: IEquatable<FixSecurityListRequest>

构造函数

FixSecurityListRequest
public FixSecurityListRequest(FixId SecurityReqId, string Currency, string SecurityDesc, decimal? Strike, string SecurityType, string[] SecurityTypes, string CfiCode, string Symbol, string SecurityExchange, string Text, DateTime? RedemptionDate, int? PutOrCall, long? Skip, long? Count, bool OnlySecurityId, SecurityId[] SecurityIds, bool DisableArchive)
fixSecurityListRequest = FixSecurityListRequest(SecurityReqId, Currency, SecurityDesc, Strike, SecurityType, SecurityTypes, CfiCode, Symbol, SecurityExchange, Text, RedemptionDate, PutOrCall, Skip, Count, OnlySecurityId, SecurityIds, DisableArchive)

数据取自SecurityListRequest FIX消息.

SecurityReqId
金融工具清单要求识别符。
Currency
货币过滤器。
SecurityDesc
金融工具描述过滤器。
Strike
罢工价格过滤器( 用于选项) 。
SecurityType
金融工具类型过滤器。
SecurityTypes
多种金融工具类型的过滤器。
CfiCode
CFI代码过滤器.
Symbol
金融工具符号过滤器。
SecurityExchange
金融工具交换过滤器。
Text
免费文本过滤器 。
RedemptionDate
赎回日期过滤器(用于债券).
PutOrCall
出站或呼叫指示器(选项:0=Put,1=Call).
Skip
要跳过的记录( 剪接) 。
Count
要返回的记录数量( pagination) 。
OnlySecurityId
仅返回未完整信息的财务工具识别符。
SecurityIds
需要请求的具体金融工具识别符。
DisableArchive
是否排除已存档的金融工具.

属性

CfiCode
public string CfiCode { get; set; }
value = fixSecurityListRequest.CfiCode
fixSecurityListRequest.CfiCode = value

CFI代码过滤器.

Count
public long? Count { get; set; }
value = fixSecurityListRequest.Count
fixSecurityListRequest.Count = value

要返回的记录数量( pagination) 。

Currency
public string Currency { get; set; }
value = fixSecurityListRequest.Currency
fixSecurityListRequest.Currency = value

货币过滤器。

DisableArchive
public bool DisableArchive { get; set; }
value = fixSecurityListRequest.DisableArchive
fixSecurityListRequest.DisableArchive = value

是否排除已存档的金融工具.

OnlySecurityId
public bool OnlySecurityId { get; set; }
value = fixSecurityListRequest.OnlySecurityId
fixSecurityListRequest.OnlySecurityId = value

仅返回未完整信息的财务工具识别符。

PutOrCall
public int? PutOrCall { get; set; }
value = fixSecurityListRequest.PutOrCall
fixSecurityListRequest.PutOrCall = value

出站或呼叫指示器(选项:0=Put,1=Call).

RedemptionDate
public DateTime? RedemptionDate { get; set; }
value = fixSecurityListRequest.RedemptionDate
fixSecurityListRequest.RedemptionDate = value

赎回日期过滤器(用于债券).

SecurityDesc
public string SecurityDesc { get; set; }
value = fixSecurityListRequest.SecurityDesc
fixSecurityListRequest.SecurityDesc = value

金融工具描述过滤器。

SecurityExchange
public string SecurityExchange { get; set; }
value = fixSecurityListRequest.SecurityExchange
fixSecurityListRequest.SecurityExchange = value

金融工具交换过滤器。

SecurityIds
public SecurityId[] SecurityIds { get; set; }
value = fixSecurityListRequest.SecurityIds
fixSecurityListRequest.SecurityIds = value

需要请求的具体金融工具识别符。

SecurityReqId
public FixId SecurityReqId { get; set; }
value = fixSecurityListRequest.SecurityReqId
fixSecurityListRequest.SecurityReqId = value

金融工具清单要求识别符。

SecurityType
public string SecurityType { get; set; }
value = fixSecurityListRequest.SecurityType
fixSecurityListRequest.SecurityType = value

金融工具类型过滤器。

SecurityTypes
public string[] SecurityTypes { get; set; }
value = fixSecurityListRequest.SecurityTypes
fixSecurityListRequest.SecurityTypes = value

多种金融工具类型的过滤器。

Skip
public long? Skip { get; set; }
value = fixSecurityListRequest.Skip
fixSecurityListRequest.Skip = value

要跳过的记录( 剪接) 。

Strike
public decimal? Strike { get; set; }
value = fixSecurityListRequest.Strike
fixSecurityListRequest.Strike = value

罢工价格过滤器( 用于选项) 。

Symbol
public string Symbol { get; set; }
value = fixSecurityListRequest.Symbol
fixSecurityListRequest.Symbol = value

金融工具符号过滤器。

Text
public string Text { get; set; }
value = fixSecurityListRequest.Text
fixSecurityListRequest.Text = value

免费文本过滤器 。