View source: R/GetTradeDetails.R
GetTradeDetails | R Documentation |
Returns a list with the populated fields of a Trade Object
GetTradeDetails(trade)
trade |
A trade Object |
A list of fields
Tasos Grivas <tasos@openriskcalculator.com>
example_trades = ParseTrades()
Equity_Index_Future_trade = example_trades[[18]]
populated_fields = GetTradeDetails(Equity_Index_Future_trade)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.