Packed Record TOrderGroup

Hierarchy
Methods
Properties

Unit

Declaration

type TOrderGroup = packed record

Description

Manages the details of an order within the system.

Overview

Fields

Public AmmountFee: Int64;
Public AmountTransferred: Int64;
Public Block: Integer;
Public OrderID: String[64];
Public OrderLineCount: Integer;
Public OrderType: String[6];
Public Receiver: String[40];
Public Reference: String[64];
Public Sender: String;
Public TimeStamp: Int64;

Description

Fields

Public AmmountFee: Int64;

Fee associated with the order

Public AmountTransferred: Int64;

Amount transferred in the order

Public Block: Integer;

Block number associated with the order

Public OrderID: String[64];

Unique identifier for the order

Public OrderLineCount: Integer;

Number of lines in the order

Public OrderType: String[6];

Type of order

Public Receiver: String[40];

Address of the receiver

Public Reference: String[64];

Reference for the order

Public Sender: String;

Address of the sender

Public TimeStamp: Int64;

Timestamp of the order


Generated by PasDoc 0.16.0-snapshot.