FixSecurityListRequest
StockSharp.Fix.Native
Data from SecurityListRequest FIX message.
Implementa: IEquatable<FixSecurityListRequest>
Constructores
FixSecurityListRequest(FixId, string, string, decimal?, string, string[], string, string, string, string, DateTime?, int?, long?, long?, bool, SecurityId[], bool)
Data from SecurityListRequest FIX message.
- SecurityReqId
- Security list request identifier.
- Currency
- Currency filter.
- SecurityDesc
- Security description filter.
- Strike
- Strike price filter (for options).
- SecurityType
- Security type filter.
- SecurityTypes
- Multiple security types filter.
- CfiCode
- CFI code filter.
- Symbol
- Security symbol filter.
- SecurityExchange
- Security exchange filter.
- Text
- Free text filter.
- RedemptionDate
- Redemption date filter (for bonds).
- PutOrCall
- Put or call indicator (for options: 0=Put, 1=Call).
- Skip
- Number of records to skip (pagination).
- Count
- Number of records to return (pagination).
- OnlySecurityId
- Return only security identifiers without full info.
- SecurityIds
- Specific security identifiers to request.
- DisableArchive
- Whether to exclude archived securities.
Propiedades
DisableArchive : bool
Whether to exclude archived securities.
OnlySecurityId : bool
Return only security identifiers without full info.
RedemptionDate : DateTime?
Redemption date filter (for bonds).
SecurityDesc : string
Security description filter.
SecurityExchange : string
Security exchange filter.
SecurityIds : SecurityId[]
Specific security identifiers to request.
SecurityReqId : FixId
Security list request identifier.
SecurityType : string
Security type filter.
SecurityTypes : string[]
Multiple security types filter.