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

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::AuctionSummaryMsg:
+ Collaboration diagram for Bats::AuctionSummaryMsg:

Public Member Functions

 AuctionSummaryMsg ()
 
 bats_size_static_assert (AuctionSummaryMsg) enum
 
char getAuctionType () const throw ()
 
System::u64 getPrice () const throw ()
 
System::u32 getShares () const throw ()
 
Engine::AsciiString getStockSymbol () const throw ()
 
void setAuctionType (char val) throw ()
 
void setPrice (System::u64 val) throw ()
 
void setShares (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

◆ AuctionSummaryMsg()

Bats::AuctionSummaryMsg::AuctionSummaryMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::AuctionSummaryMsg::bats_size_static_assert ( AuctionSummaryMsg )
inline

◆ getAuctionType()

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

◆ getPrice()

System::u64 Bats::AuctionSummaryMsg::getPrice ( ) const
throw ( )
inline

◆ getShares()

System::u32 Bats::AuctionSummaryMsg::getShares ( ) const
throw ( )
inline

◆ getStockSymbol()

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

◆ setAuctionType()

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

◆ setPrice()

void Bats::AuctionSummaryMsg::setPrice ( System::u64 val)
throw ( )
inline

◆ setShares()

void Bats::AuctionSummaryMsg::setShares ( System::u32 val)
throw ( )
inline

◆ setStockSymbol()

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