MT4ManagerTradesGetByMarket Method |
Gets all open orders sorted by the distance from the market.
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TradeRecord[] TradesGetByMarket()
Public Function TradesGetByMarket As TradeRecord()
public:
array<TradeRecord^>^ TradesGetByMarket()
member TradesGetByMarket : unit -> TradeRecord[]
Return Value
Type:
TradeRecordSee Also