QuotationRateCreate
baseCurrencyCodestringrequired
Buy currency code of the quotation
Possible values: <= 3 characters
Example:
USDquoteCurrencyCodestringrequired
Sell currency code of the quotation
Possible values: <= 3 characters
Example:
AUDfixedSideFixSideTypes
Fix side of the quotation
Possible values: [buy, sell]
Example:
buyamountnumber
Fix side amount of the quotation
Example:
1000clientIdstring
ID of the client to which the quotation belongs
Possible values: <= 36 characters
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93datestringrequired
The settlement date of the quotation
Example:
2024-08-05QuotationRateCreate
{
"baseCurrencyCode": "USD",
"quoteCurrencyCode": "AUD",
"fixedSide": "buy",
"amount": 1000,
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"date": "2024-08-05"
}