VyOrderDto

Represents an order made by a user in the Vy trading system.

Properties

FieldTypeDescription

id

string

The unique identifier for the order.

userId

string

The unique identifier for the user who made the order.

quantity

double

The quantity of the asset being traded in the order.

handlingFee

double

The fee charged by the trading system for handling the order.

marketFee

double

The fee charged by the trading system for executing the order on the market.

marketFeePercentage

double

The percentage of the order value charged as the market fee.

currency

string

The currency in which the order is being traded.

status

The current status of the order.

date

string

The date and time when the order was created.

type

The type of trading operation being performed by the order.

transaction

The transaction associated with the order, if any.

Last updated