public static class Market.ExecutionLog
Modifier and Type | Field and Description |
---|---|
Long |
buyAgentId |
Double |
exchangePrice |
Long |
exchangeVolume |
Boolean |
isSellMajor
true if the exchange price is determined by a sell order (seller); otherwise false means it's done by a buy order (buyer).
|
Long |
sellAgentId |
Long |
time |
Constructor and Description |
---|
Market.ExecutionLog() |
public Boolean isSellMajor
public Long time
public Long buyAgentId
public Long sellAgentId
public Double exchangePrice
public Long exchangeVolume