Class StrategyLegDefinition
Inheritance
Object
StrategyLegDefinition
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class StrategyLegDefinition
Constructors
StrategyLegDefinition(UInt64)
Declaration
public StrategyLegDefinition(ulong instrumentId)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | instrumentId |
Properties
InstrumentId
Declaration
public ulong InstrumentId { get; }
Property Value
Type | Description |
---|---|
UInt64 |
OptionsDelta
Declaration
public decimal OptionsDelta { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
RatioExt
Declaration
public ulong RatioExt { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
RatioQuantity
Declaration
public ulong RatioQuantity { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
SecurityPrice
Declaration
public decimal SecurityPrice { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
Side
Declaration
public OrderSide? Side { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OrderSide> |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()