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

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::AuctionUpdateMsg:
+ Collaboration diagram for Bats::AuctionUpdateMsg:

Public Member Functions

 AuctionUpdateMsg ()
 
 bats_size_static_assert (AuctionUpdateMsg) enum
 
System::u64 getAuctionOnlyPrice () const throw ()
 
char getAuctionType () const throw ()
 
System::u32 getBuyShares () const throw ()
 
System::u64 getIndicativePrice () const throw ()
 
System::u64 getReferencePrice () const throw ()
 
System::u32 getSellShares () const throw ()
 
Engine::AsciiString getStockSymbol () const throw ()
 
void setAuctionOnlyPrice (System::u64 val) throw ()
 
void setAuctionType (char val) throw ()
 
void setBuyShares (System::u32 val) throw ()
 
void setIndicativePrice (System::u64 val) throw ()
 
void setReferencePrice (System::u64 val) throw ()
 
void setSellShares (System::u32 val) throw ()
 
void setStockSymbol (const Engine::AsciiString &val) throw ()
 
- 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

◆ AuctionUpdateMsg()

Bats::AuctionUpdateMsg::AuctionUpdateMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::AuctionUpdateMsg::bats_size_static_assert ( AuctionUpdateMsg )
inline

◆ getAuctionOnlyPrice()

System::u64 Bats::AuctionUpdateMsg::getAuctionOnlyPrice ( ) const
throw ( )
inline

◆ getAuctionType()

char Bats::AuctionUpdateMsg::getAuctionType ( ) const
throw ( )
inline

◆ getBuyShares()

System::u32 Bats::AuctionUpdateMsg::getBuyShares ( ) const
throw ( )
inline

◆ getIndicativePrice()

System::u64 Bats::AuctionUpdateMsg::getIndicativePrice ( ) const
throw ( )
inline

◆ getReferencePrice()

System::u64 Bats::AuctionUpdateMsg::getReferencePrice ( ) const
throw ( )
inline

◆ getSellShares()

System::u32 Bats::AuctionUpdateMsg::getSellShares ( ) const
throw ( )
inline

◆ getStockSymbol()

Engine::AsciiString Bats::AuctionUpdateMsg::getStockSymbol ( ) const
throw ( )
inline

◆ setAuctionOnlyPrice()

void Bats::AuctionUpdateMsg::setAuctionOnlyPrice ( System::u64 val)
throw ( )
inline

◆ setAuctionType()

void Bats::AuctionUpdateMsg::setAuctionType ( char val)
throw ( )
inline

◆ setBuyShares()

void Bats::AuctionUpdateMsg::setBuyShares ( System::u32 val)
throw ( )
inline

◆ setIndicativePrice()

void Bats::AuctionUpdateMsg::setIndicativePrice ( System::u64 val)
throw ( )
inline

◆ setReferencePrice()

void Bats::AuctionUpdateMsg::setReferencePrice ( System::u64 val)
throw ( )
inline

◆ setSellShares()

void Bats::AuctionUpdateMsg::setSellShares ( System::u32 val)
throw ( )
inline

◆ setStockSymbol()

void Bats::AuctionUpdateMsg::setStockSymbol ( const Engine::AsciiString & val)
throw ( )
inline