Class InstrumentLookup
Inheritance
Object
InstrumentLookup
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Assembly: tt-net-api.dll
Syntax
public class InstrumentLookup : UserEventHandler, IDisposable
Constructors
InstrumentLookup(Dispatcher)
Declaration
public InstrumentLookup(Dispatcher dispatcher)
Parameters
InstrumentLookup(Dispatcher, InstrumentKey)
Declaration
public InstrumentLookup(Dispatcher dispatcher, InstrumentKey instrumentKey)
Parameters
InstrumentLookup(Dispatcher, MarketId, ProductType, String, String)
Declaration
public InstrumentLookup(Dispatcher dispatcher, MarketId marketId, ProductType productType, string productName, string alias)
Parameters
Fields
strategyRequestString
Declaration
public string strategyRequestString
Field Value
Properties
Alias
Declaration
public string Alias { get; }
Property Value
Instrument
Declaration
public Instrument Instrument { get; }
Property Value
MarketId
Declaration
public MarketId MarketId { get; }
Property Value
ProductName
Declaration
public string ProductName { get; }
Property Value
ProductType
Declaration
public ProductType ProductType { get; }
Property Value
Methods
CreateStrategy(List<StrategyLegDefinition>, Account, MarketId)
Declaration
public void CreateStrategy(List<StrategyLegDefinition> legs, Account account, MarketId marketId)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Get()
Declaration
public ProductDataEvent Get()
Returns
GetAsync()
Declaration
Events
OnData
Declaration
public event EventHandler<InstrumentLookupEventArgs> OnData
Event Type
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable