MT5APIRequestOrderHistory(Int32, Int32, List) Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void RequestOrderHistory(
int year,
int month,
List exist = null
)
Public Sub RequestOrderHistory (
year As Integer,
month As Integer,
Optional exist As List = Nothing
)
public:
void RequestOrderHistory(
int year,
int month,
List^ exist = nullptr
)
member RequestOrderHistory :
year : int *
month : int *
?exist : List
(* Defaults:
let _exist = defaultArg exist null
*)
-> unit
Parameters
- year Int32
-
- month Int32
-
- exist ListT (Optional)
-
See Also