EvEmu
0.8.4
11 September 2021
|
#include "EVE_Market.h"
Public Attributes | |
bool | isCorp:1 |
int8 | isBuy |
uint16 | typeID |
uint32 | clientID |
uint32 | stationID |
uint32 | regionID |
uint32 | quantity |
uint32 | accountKey |
uint32 | memberID |
int64 | time |
float | price |
Definition at line 74 of file EVE_Market.h.
uint32 Market::TxData::accountKey |
Definition at line 82 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().
uint32 Market::TxData::clientID |
Definition at line 78 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), and MarketDB::RecordTransaction().
int8 Market::TxData::isBuy |
Definition at line 76 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().
bool Market::TxData::isCorp |
Definition at line 75 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), and MarketDB::RecordTransaction().
uint32 Market::TxData::memberID |
Definition at line 83 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().
float Market::TxData::price |
Definition at line 85 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().
uint32 Market::TxData::quantity |
Definition at line 81 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().
uint32 Market::TxData::regionID |
Definition at line 80 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), and MarketDB::RecordTransaction().
uint32 Market::TxData::stationID |
Definition at line 79 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), and MarketDB::RecordTransaction().
int64 Market::TxData::time |
Definition at line 84 of file EVE_Market.h.
Referenced by MarketDB::GetTransactions().
uint16 Market::TxData::typeID |
Definition at line 77 of file EVE_Market.h.
Referenced by MarketMgr::ExecuteBuyOrder(), MarketMgr::ExecuteSellOrder(), MarketDB::GetTransactions(), and MarketDB::RecordTransaction().