19 articles 口座情報

AccountInfoString

対応するアカウントプロパティの値を返します。 string  AccountInfoString(    int  property_id      // Identifier of the property    );…

AccountInfoInteger

アカウントのプロパティの値を返します。 long  AccountInfoInteger(    int  property_id      // Identifier of the property    ); パラメ…

AccountInfoDouble

対応するアカウントプロパティの値を返します。 double  AccountInfoDouble(    int  property_id      // identifier of the property    );…

建玉評価損益【AccountProfit】

double AccountProfit( )   Returns profit value of the current account. 現在アカウントの建玉評価損益額を返します。 Sample: サンプル…

口座番号【AccountNumber】

int AccountNumber( )   Returns the number of the current account. 現在アカウントの口座番号を返します。 Sample: サンプル: [crayo…

口座名【AccountName】

string AccountName( )   Returns the current account name. 現在アカウントの名前を返します。 Sample: サンプル: [crayon-65f934c0…

証拠金【AccountMargin】

double AccountMargin( )   Returns margin value of the current account. 現在アカウントの証拠金を返します。 Sample: サンプル: [c…