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

Public Attributes

uint32 TypeID
 
uint32 Qty
 
double Price
 
uint32 Bid
 

Detailed Description

Container for the retrieve market order data.

Definition at line 66 of file NPCMarket.h.

Member Data Documentation

uint32 NPCMarket::stationOrder::Bid

Flag indicating a buy / sell order.

Definition at line 82 of file NPCMarket.h.

Referenced by NPCMarket::ProcessNPCOrders(), and NPCMarket::ProcessOrder().

double NPCMarket::stationOrder::Price

The price of the item.

Definition at line 78 of file NPCMarket.h.

Referenced by NPCMarket::ProcessNPCOrders(), and NPCMarket::ProcessOrder().

uint32 NPCMarket::stationOrder::Qty

The quantity of items.

Definition at line 74 of file NPCMarket.h.

Referenced by NPCMarket::ProcessNPCOrders(), and NPCMarket::ProcessOrder().

uint32 NPCMarket::stationOrder::TypeID

The item type.

Definition at line 70 of file NPCMarket.h.

Referenced by NPCMarket::ProcessNPCOrders(), and NPCMarket::ProcessOrder().


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