B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Bats::TradeLongMsg Class Reference

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::TradeLongMsg:
+ Collaboration diagram for Bats::TradeLongMsg:

Public Member Functions

 bats_size_static_assert (TradeLongMsg) enum
 
System::u64 getExecutionId () const throw ()
 
System::u64 getOrderId () const throw ()
 
Engine::Decimal getPrice () const throw ()
 
System::u64 getPrice64 () const throw ()
 
System::u32 getQuantity () const throw ()
 
char getSideIndicator () const throw ()
 
Engine::AsciiString getSymbol () const throw ()
 
void setExecutionId (System::u64 val) throw ()
 
void setOrderId (System::u64 val) throw ()
 
void setPrice (const Engine::Decimal &price) throw ()
 
void setQuantity (System::u32 val) throw ()
 
void setSideIndicator (char val) throw ()
 
void setSymbol (const Engine::AsciiString &val) throw ()
 
 TradeLongMsg ()
 
- Public Member Functions inherited from Bats::TimedPitchMsg
System::u32 getTimeOffset () const throw ()
 
void setTimeOffset (System::u32 val) throw ()
 
 TimedPitchMsg (System::u8 length, System::u8 type)
 
- Public Member Functions inherited from Bats::PitchMsg
System::u8 getLength () const throw ()
 
System::u8 getMessageType () const throw ()
 
 PitchMsg (System::u8 length, System::u8 type)
 

Constructor & Destructor Documentation

◆ TradeLongMsg()

Bats::TradeLongMsg::TradeLongMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::TradeLongMsg::bats_size_static_assert ( TradeLongMsg )
inline

◆ getExecutionId()

System::u64 Bats::TradeLongMsg::getExecutionId ( ) const
throw ( )
inline

◆ getOrderId()

System::u64 Bats::TradeLongMsg::getOrderId ( ) const
throw ( )
inline

◆ getPrice()

Engine::Decimal Bats::TradeLongMsg::getPrice ( ) const
throw ( )
inline

◆ getPrice64()

System::u64 Bats::TradeLongMsg::getPrice64 ( ) const
throw ( )
inline

◆ getQuantity()

System::u32 Bats::TradeLongMsg::getQuantity ( ) const
throw ( )
inline

◆ getSideIndicator()

char Bats::TradeLongMsg::getSideIndicator ( ) const
throw ( )
inline

◆ getSymbol()

Engine::AsciiString Bats::TradeLongMsg::getSymbol ( ) const
throw ( )
inline

◆ setExecutionId()

void Bats::TradeLongMsg::setExecutionId ( System::u64 val)
throw ( )
inline

◆ setOrderId()

void Bats::TradeLongMsg::setOrderId ( System::u64 val)
throw ( )
inline

◆ setPrice()

void Bats::TradeLongMsg::setPrice ( const Engine::Decimal & price)
throw ( )
inline

◆ setQuantity()

void Bats::TradeLongMsg::setQuantity ( System::u32 val)
throw ( )
inline

◆ setSideIndicator()

void Bats::TradeLongMsg::setSideIndicator ( char val)
throw ( )
inline

◆ setSymbol()

void Bats::TradeLongMsg::setSymbol ( const Engine::AsciiString & val)
throw ( )
inline