Interface IInstrument
- Namespace
- Balsam
- Assembly
- Balsam.Common.dll
Defines the minimum requirements to specify an Instrument.
public interface IInstrument
- Extension Methods
Properties
Currency
Gets the currency in which the instrument is denominated.
string Currency { get; }
Property Value
InstrumentType
Gets the type of instrument.
InstrumentType InstrumentType { get; }
Property Value
Name
Gets the instrument name.
string Name { get; }
Property Value
PointValue
Gets the value of a full point move.
double PointValue { get; }
Property Value
Symbol
Gets the symbol.
string Symbol { get; }
Property Value
TickSize
Gets the minimum increment prices can change.
double TickSize { get; }