MT4ManagerExposureValueGet Method |
Receiving information about clients' exposure and company's hedged assets with the specified names.
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ExposureValue ExposureValueGet(
string cur
)
Public Function ExposureValueGet (
cur As String
) As ExposureValue
public:
ExposureValue^ ExposureValueGet(
String^ cur
)
member ExposureValueGet :
cur : string -> ExposureValue
Parameters
- cur
- Type: SystemString
Return Value
Type:
ExposureValueSee Also