Trdacctypes

StockSharp.Micex.Native.Tables

取引の種類とアカウントのクリアのリスト。

コンストラクター

Trdacctypes
public Trdacctypes()
trdacctypes = Trdacctypes()

認証コードを作成します。

プロパティ

Client
public YesNos? Client { get; set; }
value = trdacctypes.Client
trdacctypes.Client = value

顧客アカウント(Yes/No)

Deposit
public YesNos? Deposit { get; set; }
value = trdacctypes.Deposit
trdacctypes.Deposit = value

入金(はい/いいえ)。

Description
public string Description { get; set; }
value = trdacctypes.Description
trdacctypes.Description = value

説明。

Issuing
public YesNos? Issuing { get; set; }
value = trdacctypes.Issuing
trdacctypes.Issuing = value

発行アカウント(Yes/No)。

Latdescription
public string Latdescription { get; set; }
value = trdacctypes.Latdescription
trdacctypes.Latdescription = value

説明。

Latname
public string Latname { get; set; }
value = trdacctypes.Latname
trdacctypes.Latname = value

お名前(漢字)

Name
public string Name { get; set; }
value = trdacctypes.Name
trdacctypes.Name = value

お名前.

Own
public YesNos? Own { get; set; }
value = trdacctypes.Own
trdacctypes.Own = value

所有アカウント(Yes/No)

Trdacctype
public string Trdacctype { get; set; }
value = trdacctypes.Trdacctype
trdacctypes.Trdacctype = value

取引口座の種類。

Treasury
public YesNos? Treasury { get; set; }
value = trdacctypes.Treasury
trdacctypes.Treasury = value

財務会計(Yes/No)

Trust
public YesNos? Trust { get; set; }
value = trdacctypes.Trust
trdacctypes.Trust = value

信託管理(はい/いいえ)。