- lastlast is the latest trade price of the asset.
- bidbid is the current best bid price.
- askbid is the current best bid price.
- highhigh is the highest price for the current trading day.
- lowlow is the lowest price for the current trading day.
- openopen is the opening price for the current trading day.
- volumevolumn is the volumn traded so far for the current trading day.
- quantityMinquantityMin is the minimum allowed amount allowed in a purchase of the transaction.
- quantityIncrementquantityIncrement is the smallest increment allowed in the purchas quantity. aka, all transaction quantities must be quantityMin + N*quantityIncrement.
- priceIncrementpriceIncrement is the smallest increment allowed in a price. aka, all transaction quantities must be quantityMin + N*priceIncrement.