Table of Contents

Class Currency

Namespace
StockSharp.Micex.Native.Tables
Assembly
StockSharp.Micex.dll

Справочник валют.

public class Currency
Inheritance
Currency
Inherited Members
Extension Methods

Constructors

Currency()

Создать Currency.

public Currency()

Properties

Asset

Актив.

public string Asset { get; set; }

Property Value

string

Crossrate

Курс в рублях за единицу валюты с точностью до 4 знаков.

public decimal Crossrate { get; set; }

Property Value

decimal

Currcode

Код валюты.

public string Currcode { get; set; }

Property Value

string

Currencyname

Наименование.

public string Currencyname { get; set; }

Property Value

string