GetTradeDetails {Trading} | R Documentation |
Returns a list with the populated fields of a Trade Object
Description
Returns a list with the populated fields of a Trade Object
Usage
GetTradeDetails(trade)
Arguments
trade |
A trade Object |
Value
A list of fields
Author(s)
Tasos Grivas <tasos@openriskcalculator.com>
Examples
example_trades = ParseTrades()
Equity_Index_Future_trade = example_trades[[18]]
populated_fields = GetTradeDetails(Equity_Index_Future_trade)
[Package Trading version 3.0 Index]