AccountInfoString

対応するアカウントプロパティの値を返します。

string  AccountInfoString(
   int  property_id      // Identifier of the property
   );

パラメーター

property_id

[in]プロパティの識別子。値はENUM_ACCOUNT_INFO_STRINGの値のいずれかです。

戻り値

文字列型の値。

例:

void OnStart()
  {
//— Show all the information available from the function AccountInfoString()
   Print(“The name of the broker = “,AccountInfoString(ACCOUNT_COMPANY));
   Print(“Deposit currency = “,AccountInfoString(ACCOUNT_CURRENCY));
   Print(“Client name = “,AccountInfoString(ACCOUNT_NAME));
   Print(“The name of the trade server = “,AccountInfoString(ACCOUNT_SERVER));
  }

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">