Table of Contents

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

string

InstrumentType

Gets the type of instrument.

InstrumentType InstrumentType { get; }

Property Value

InstrumentType

Name

Gets the instrument name.

string Name { get; }

Property Value

string

PointValue

Gets the value of a full point move.

double PointValue { get; }

Property Value

double

Symbol

Gets the symbol.

string Symbol { get; }

Property Value

string

TickSize

Gets the minimum increment prices can change.

double TickSize { get; }

Property Value

double