FixMarketDataSnapshotFullRefresh
StockSharp.Fix.Native
Datos para MarketDataSnapshotFullRefresh Mensaje FIX.
Implementa: IEquatable<FixMarketDataSnapshotFullRefresh>
Constructores
FixMarketDataSnapshotFullRefresh
public FixMarketDataSnapshotFullRefresh(SecurityId SecurityId, string MdReqId, DataType BuildFrom, ICollection<MDEntry> Entries)
fixMarketDataSnapshotFullRefresh = FixMarketDataSnapshotFullRefresh(SecurityId, MdReqId, BuildFrom, Entries)
Datos para MarketDataSnapshotFullRefresh Mensaje FIX.
- SecurityId
- identificador de instrumentos financieros.
- MdReqId
- Identificador de solicitud de datos de mercado.
- BuildFrom
- Fuente de construcción de datos.
- Entries
- Entradas de datos de mercado.
Propiedades
BuildFrom
public DataType BuildFrom { get; set; }
value = fixMarketDataSnapshotFullRefresh.BuildFrom
fixMarketDataSnapshotFullRefresh.BuildFrom = value
Fuente de construcción de datos.
Entries
public ICollection<MDEntry> Entries { get; set; }
value = fixMarketDataSnapshotFullRefresh.Entries
fixMarketDataSnapshotFullRefresh.Entries = value
Entradas de datos de mercado.
MdReqId
public string MdReqId { get; set; }
value = fixMarketDataSnapshotFullRefresh.MdReqId
fixMarketDataSnapshotFullRefresh.MdReqId = value
Identificador de solicitud de datos de mercado.
SecurityId
public SecurityId SecurityId { get; set; }
value = fixMarketDataSnapshotFullRefresh.SecurityId
fixMarketDataSnapshotFullRefresh.SecurityId = value
identificador de instrumentos financieros.