MT4ManagerMarginsGet Method |
Gets the margin requirements of all clients that open orders and positions.
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MarginLevel[] MarginsGet()
Public Function MarginsGet As MarginLevel()
public:
array<MarginLevel^>^ MarginsGet()
member MarginsGet : unit -> MarginLevel[]
Return Value
Type:
MarginLevelSee Also