BuySellSettings
StockSharp.Xaml
Ajustes de compra/venta.
Hereda de: NotifiableObject
Implementa: IPersistable
Propiedades
AllowSpreadToMove
public bool AllowSpreadToMove { get; set; }
value = buySellSettings.AllowSpreadToMove
buySellSettings.AllowSpreadToMove = value
Mostrar mapa de profundidad.
Depth
public int? Depth { get; set; }
value = buySellSettings.Depth
buySellSettings.Depth = value
Profundidad máxima.
GroupRange
public decimal? GroupRange { get; set; }
value = buySellSettings.GroupRange
buySellSettings.GroupRange = value
GroupRange
IsBidsOnTop
public bool IsBidsOnTop { get; set; }
value = buySellSettings.IsBidsOnTop
buySellSettings.IsBidsOnTop = value
Está en las ofertas.
LimitPrice
public decimal LimitPrice { get; set; }
value = buySellSettings.LimitPrice
buySellSettings.LimitPrice = value
Precio límite.
Portfolio
public Portfolio Portfolio { get; set; }
value = buySellSettings.Portfolio
buySellSettings.Portfolio = value
Portafolio.
PriceTextFormat
public string PriceTextFormat { get; set; }
value = buySellSettings.PriceTextFormat
buySellSettings.PriceTextFormat = value
Formato de texto de precio.
RegisterOrderOn
public MarketDepthExecuteOn RegisterOrderOn { get; set; }
value = buySellSettings.RegisterOrderOn
buySellSettings.RegisterOrderOn = value
MarketDepthExecuteOn
Security
public Security Security { get; set; }
value = buySellSettings.Security
buySellSettings.Security = value
instrumento financiero.
ShowBoardColumn
public bool ShowBoardColumn { get; set; }
value = buySellSettings.ShowBoardColumn
buySellSettings.ShowBoardColumn = value
Mostrar columna de la junta.
ShowCancelAll
public bool ShowCancelAll { get; set; }
value = buySellSettings.ShowCancelAll
buySellSettings.ShowCancelAll = value
Mostrar cancelar el botón de todos los pedidos.
ShowChart
public bool ShowChart { get; set; }
value = buySellSettings.ShowChart
buySellSettings.ShowChart = value
Mostrar mapa de profundidad.
ShowLimitOrderPanel
public bool ShowLimitOrderPanel { get; set; }
value = buySellSettings.ShowLimitOrderPanel
buySellSettings.ShowLimitOrderPanel = value
Mostrar el panel de pedido límite.
ShowMarketOrderPanel
public bool ShowMarketOrderPanel { get; set; }
value = buySellSettings.ShowMarketOrderPanel
buySellSettings.ShowMarketOrderPanel = value
Mostrar panel de pedidos de mercado.
SingleVolumeColumn
public bool SingleVolumeColumn { get; set; }
value = buySellSettings.SingleVolumeColumn
buySellSettings.SingleVolumeColumn = value
ShowSingleVolumeColumn
SparseRange
public decimal? SparseRange { get; set; }
value = buySellSettings.SparseRange
buySellSettings.SparseRange = value
SparseRange
Volume
public decimal Volume { get; set; }
value = buySellSettings.Volume
buySellSettings.Volume = value
Volumen de trabajo.
VolumeTextFormat
public string VolumeTextFormat { get; set; }
value = buySellSettings.VolumeTextFormat
buySellSettings.VolumeTextFormat = value
Formato de texto de volumen.
Métodos
Load
public void Load(SettingsStorage storage)
buySellSettings.Load(storage)
Ajustes de carga.
- storage
- Configuración de almacenamiento.
Save
public void Save(SettingsStorage storage)
buySellSettings.Save(storage)
Guardar configuración.
- storage
- Configuración de almacenamiento.