| Price: | Quantity: | Total: |
|---|
| Price: | Quantity: | Total: |
|---|
| Seller: | Buyer: | Trade Price: | Trade Date: |
|---|---|---|---|
| =$MyTransaction->SELLER?> | =$MyTransaction->BUYER; ?> | ₹ =$MyTransaction->TRADE_PRICE; ?> | =strftime("%d %B, %Y" . ' at ' . " %X ", strtotime($MyTransaction->InsertDate));?> |
| Trader name: | FLO: | INR: |
|---|---|---|
| =$trader->Name?> | =$trader->BTC == null ? 0 : $trader->BTC; ?> | ₹ =$trader->CASH == null ? 0 : $trader->CASH; ?> |
| Seller: | Buyer: | Trade Price: | Trade Date: |
|---|
| Item Sold | Item Bought | Price | Quantity | Status | Date |
|---|---|---|---|---|---|
| =$myOrder->OfferAssetTypeId; ?> | =$myOrder->WantAssetTypeId; ?> | =$myOrder->Price; ?> | =$myOrder->Quantity; ?> | =$status; ?> | =strftime("%d %B, %Y" . ' at ' . " %X ", strtotime($myOrder->InsertDate));?> |