ProtoOAAccountType
StockSharp.cTrader.Native.Model
* Enum for specifying type of an account.
Fields
Hedged
public const ProtoOAAccountType Hedged
value = ProtoOAAccountType.Hedged
Allows multiple positions on a trading account for a symbol.
Netted
public const ProtoOAAccountType Netted
value = ProtoOAAccountType.Netted
Only one position per symbol is allowed on a trading account.
SpreadBetting
public const ProtoOAAccountType SpreadBetting
value = ProtoOAAccountType.SpreadBetting
Spread betting type account.