Show / Hide Table of Contents

Class Leg

Inheritance
object
Leg
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class Leg

Properties

Instrument

Declaration
public Instrument Instrument { get; }
Property Value
Type Description
Instrument

OptionCode

Declaration
public int? OptionCode { get; }
Property Value
Type Description
int?

Price

Declaration
public decimal? Price { get; }
Property Value
Type Description
decimal?

QuantityRatio

Declaration
public int QuantityRatio { get; }
Property Value
Type Description
int

RatioExt

Declaration
public int? RatioExt { get; }
Property Value
Type Description
int?
In this article
Back to top