TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
ttsdk::InstrumentLeg Class Referenceabstract

#include <instrument.h>

Inheritance diagram for ttsdk::InstrumentLeg:
Collaboration diagram for ttsdk::InstrumentLeg:

Public Member Functions

virtual uint64_t GetInstrumentId () const noexcept=0
 
virtual const charGetName () const noexcept=0
 
virtual MarketId GetMarket () const noexcept=0
 
virtual int32_t GetRatio () const noexcept=0
 
virtual float GetStrike () const noexcept=0
 
 InstrumentLeg ()
 
- Public Member Functions inherited from ttsdk::shared_base
 shared_base ()
 
virtual ~shared_base ()
 
int dec_ref () const
 
void inc_ref () const
 
virtual void del_ref () const
 

Detailed Description

Definition at line 38 of file instrument.h.

Constructor & Destructor Documentation

◆ InstrumentLeg()

ttsdk::InstrumentLeg::InstrumentLeg ( )
inline

Definition at line 46 of file instrument.h.

Member Function Documentation

◆ GetInstrumentId()

virtual uint64_t ttsdk::InstrumentLeg::GetInstrumentId ( ) const
pure virtualnoexcept

◆ GetMarket()

virtual MarketId ttsdk::InstrumentLeg::GetMarket ( ) const
pure virtualnoexcept

◆ GetName()

virtual const char * ttsdk::InstrumentLeg::GetName ( ) const
pure virtualnoexcept

◆ GetRatio()

virtual int32_t ttsdk::InstrumentLeg::GetRatio ( ) const
pure virtualnoexcept

◆ GetStrike()

virtual float ttsdk::InstrumentLeg::GetStrike ( ) const
pure virtualnoexcept

The documentation for this class was generated from the following file: