toggle menu
api-communication
JVM
switch theme
search in API
api-communication
/
org.cryptotrader.api.library.communication.request
/
TradeRequest
Trade
Request
data
class
TradeRequest
(
val
currencyCode
:
String
,
val
numDollars
:
Double
,
val
numShares
:
Double
,
val
vendor
:
String
)
Members
Constructors
Trade
Request
Link copied to clipboard
constructor
(
currencyCode
:
String
,
numDollars
:
Double
,
numShares
:
Double
,
vendor
:
String
)
Properties
currency
Code
Link copied to clipboard
val
currencyCode
:
String
num
Dollars
Link copied to clipboard
val
numDollars
:
Double
num
Shares
Link copied to clipboard
val
numShares
:
Double
vendor
Link copied to clipboard
val
vendor
:
String