FVyOrderDto

Represents an order

Properties

FieldTypeDescription

id

FString

The unique identifier of the order

userId

FString

The user ID associated with the order

quantity

double

The quantity of the order

handlingFee

double

The handling fee of the order

marketFee

double

The market fee of the order

marketFeePercentage

double

The market fee percentage of the order

currency

FString

The currency of the order

status

The status of the order

date

FString

The date of the order

type

The trading type of the order

transaction

The transaction details of the order

Last updated