AccountInfoString

해당 계정 속성의 값을 반환.

string  AccountInfoString(
   ENUM_ACCOUNT_INFO_STRING  property_id      // 속성 식별자
   );

매개변수

property_id

[in] 속성 식별자. 값은 ENUM_ACCOUNT_INFO_STRING의 값 중 하나일 수 있습니다.

값 반환

string 유형의 값.

예를 들어:

void OnStart()
  {
//--- AccountInfoString() 함수에서 사용할 수 있는 모든 정보 표시
   Print("브로커 이름 = ",AccountInfoString(ACCOUNT_COMPANY));
   Print("예금 통화 = ",AccountInfoString(ACCOUNT_CURRENCY));
   Print("클라이언트 이름 = ",AccountInfoString(ACCOUNT_NAME));
   Print("거래 서버의 이름 = ",AccountInfoString(ACCOUNT_SERVER));
  }

추가 참조

계정 정보