FixLogonMessage

StockSharp.Fix

Respuesta del logo de FIX.

Hereda de: ConnectMessage

Propiedades

IsDemo
public bool IsDemo { get; set; }
value = fixLogonMessage.IsDemo
fixLogonMessage.IsDemo = value

Conexión del modo Demo.

LicenseComponentTimestamp
public DateTime? LicenseComponentTimestamp { get; set; }
value = fixLogonMessage.LicenseComponentTimestamp
fixLogonMessage.LicenseComponentTimestamp = value

Timetamp componente de licencia.

LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonMessage.LicenseFeatureId
fixLogonMessage.LicenseFeatureId = value

Función de licencia id.

SupportLicensing
public bool SupportLicensing { get; set; }
value = fixLogonMessage.SupportLicensing
fixLogonMessage.SupportLicensing = value

Licencia de apoyo.

Métodos

Clone
public override Message Clone()
result = fixLogonMessage.Clone()

Crea una copia profunda de un DataSeries

Devuelve: Copy.