FixSecurityListRequest

StockSharp.Fix.Native

Data from SecurityListRequest FIX message.

Implements: IEquatable<FixSecurityListRequest>

Constructors

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.

Properties

CfiCode : string

CFI code filter.

Count : long?

Number of records to return (pagination).

Currency : string

Currency filter.

DisableArchive : bool

Whether to exclude archived securities.

OnlySecurityId : bool

Return only security identifiers without full info.

PutOrCall : int?

Put or call indicator (for options: 0=Put, 1=Call).

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.

Skip : long?

Number of records to skip (pagination).

Strike : decimal?

Strike price filter (for options).

Symbol : string

Security symbol filter.

Text : string

Free text filter.