Learn R Programming

Trading (version 2.0)

GetTradeDetails: 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

Examples

Run this code
# NOT RUN {
example_trades = ParseTrades()
Equity_Index_Future_trade = example_trades[[18]]
populated_fields = GetTradeDetails(Equity_Index_Future_trade)
# }

Run the code above in your browser using DataLab