EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Market::OrderInfo Struct Reference

#include "EVE_Market.h"

Public Attributes

bool isBuy:1
 
bool isCorp:1
 
uint16 typeID
 
uint32 orderID
 
uint32 ownerID
 
uint32 stationID
 
uint32 regionID
 
uint32 quantity
 
uint32 accountKey
 
uint32 memberID
 
float price
 

Detailed Description

Definition at line 118 of file EVE_Market.h.

Member Data Documentation

uint32 Market::OrderInfo::accountKey

Definition at line 129 of file EVE_Market.h.

Referenced by MarketMgr::ExecuteSellOrder(), and MarketDB::GetOrderInfo().

bool Market::OrderInfo::isBuy

Definition at line 121 of file EVE_Market.h.

Referenced by MarketDB::GetOrderInfo().

bool Market::OrderInfo::isCorp

Definition at line 122 of file EVE_Market.h.

Referenced by MarketMgr::ExecuteSellOrder(), and MarketDB::GetOrderInfo().

uint32 Market::OrderInfo::memberID
uint32 Market::OrderInfo::orderID

Definition at line 124 of file EVE_Market.h.

uint32 Market::OrderInfo::ownerID
float Market::OrderInfo::price

Definition at line 131 of file EVE_Market.h.

Referenced by MarketDB::GetOrderInfo().

uint32 Market::OrderInfo::quantity
uint32 Market::OrderInfo::regionID
uint32 Market::OrderInfo::stationID

Definition at line 126 of file EVE_Market.h.

Referenced by MarketDB::GetOrderInfo().

uint16 Market::OrderInfo::typeID

Definition at line 123 of file EVE_Market.h.

Referenced by MarketDB::GetOrderInfo().


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