Packed Record TOrderGroup
Unit
Declaration
type TOrderGroup = packed record
Description
Manages the details of an order within the system.
Overview
Fields
![]() |
AmmountFee: Int64; |
![]() |
AmountTransferred: Int64; |
![]() |
Block: Integer; |
![]() |
OrderID: String[64]; |
![]() |
OrderLineCount: Integer; |
![]() |
OrderType: String[6]; |
![]() |
Receiver: String[40]; |
![]() |
Reference: String[64]; |
![]() |
Sender: String; |
![]() |
TimeStamp: Int64; |
Description
Fields
![]() |
AmmountFee: Int64; |
|
Fee associated with the order | |
![]() |
AmountTransferred: Int64; |
|
Amount transferred in the order | |
![]() |
Block: Integer; |
|
| |
![]() |
OrderID: String[64]; |
|
Unique identifier for the order | |
![]() |
OrderLineCount: Integer; |
|
Number of lines in the order | |
![]() |
OrderType: String[6]; |
|
Type of order | |
![]() |
Receiver: String[40]; |
|
Address of the | |
![]() |
Reference: String[64]; |
|
| |
![]() |
Sender: String; |
|
Address of the | |
![]() |
TimeStamp: Int64; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
