Table of Contents

Class ExchangeBoard

Namespace
StockSharp.BusinessEntities
Assembly
StockSharp.BusinessEntities.dll

Information about electronic board.

[DataContract]
public class ExchangeBoard : Equatable<ExchangeBoard>, IPersistable, INotifyPropertyChanged
Inheritance
ExchangeBoard
Implements
IPersistable
Extension Methods

Constructors

ExchangeBoard()

Initializes a new instance of the ExchangeBoard.

public ExchangeBoard()

Properties

AlphaVantage

Information about board AlphaVantage.

public static ExchangeBoard AlphaVantage { get; }

Property Value

ExchangeBoard

Amex

Information about board Amex.

public static ExchangeBoard Amex { get; }

Property Value

ExchangeBoard

Arca

Information about board Arca.

public static ExchangeBoard Arca { get; }

Property Value

ExchangeBoard

Associated

Information about board Associated.

public static ExchangeBoard Associated { get; }

Property Value

ExchangeBoard

Asx

Information about board Asx.

public static ExchangeBoard Asx { get; }

Property Value

ExchangeBoard

BW

Information about board BW.

public static ExchangeBoard BW { get; }

Property Value

ExchangeBoard

Bats

Information about board Bats.

public static ExchangeBoard Bats { get; }

Property Value

ExchangeBoard

Bibox

Information about board Bibox.

public static ExchangeBoard Bibox { get; }

Property Value

ExchangeBoard

Binance

Information about board Binance.

public static ExchangeBoard Binance { get; }

Property Value

ExchangeBoard

BinanceCoin

Information about board BinanceCoin.

public static ExchangeBoard BinanceCoin { get; }

Property Value

ExchangeBoard

BitMax

Information about board BitMax.

public static ExchangeBoard BitMax { get; }

Property Value

ExchangeBoard

BitStamp

Information about board BitStamp.

public static ExchangeBoard BitStamp { get; }

Property Value

ExchangeBoard

BitZ

Information about board BitZ.

public static ExchangeBoard BitZ { get; }

Property Value

ExchangeBoard

Bitalong

Information about board Bitalong.

public static ExchangeBoard Bitalong { get; }

Property Value

ExchangeBoard

Bitbank

Information about board Bitbank.

public static ExchangeBoard Bitbank { get; }

Property Value

ExchangeBoard

Bitexbook

Information about board Bitexbook.

public static ExchangeBoard Bitexbook { get; }

Property Value

ExchangeBoard

Bitfinex

Information about board Bitfinex.

public static ExchangeBoard Bitfinex { get; }

Property Value

ExchangeBoard

Bithumb

Information about board Bithumb.

public static ExchangeBoard Bithumb { get; }

Property Value

ExchangeBoard

Bitmart

Information about board Bitmart.

public static ExchangeBoard Bitmart { get; }

Property Value

ExchangeBoard

Bitmex

Information about board Bitmex.

public static ExchangeBoard Bitmex { get; }

Property Value

ExchangeBoard

Bittrex

Information about board Bittrex.

public static ExchangeBoard Bittrex { get; }

Property Value

ExchangeBoard

Bovespa

Information about board Bovespa.

public static ExchangeBoard Bovespa { get; }

Property Value

ExchangeBoard

Bse

Information about board Bse.

public static ExchangeBoard Bse { get; }

Property Value

ExchangeBoard

BtcChina

Information about board BtcChina.

public static ExchangeBoard BtcChina { get; }

Property Value

ExchangeBoard

Btce

Information about board Btce.

public static ExchangeBoard Btce { get; }

Property Value

ExchangeBoard

Bvmt

Information about board Bvmt.

public static ExchangeBoard Bvmt { get; }

Property Value

ExchangeBoard

Cbot

Information about board Cbot.

public static ExchangeBoard Cbot { get; }

Property Value

ExchangeBoard

Cce

Information about board Cce.

public static ExchangeBoard Cce { get; }

Property Value

ExchangeBoard

Cex

Information about board Cex.

public static ExchangeBoard Cex { get; }

Property Value

ExchangeBoard

Cfh

Information about board Cfh.

public static ExchangeBoard Cfh { get; }

Property Value

ExchangeBoard

Cme

Information about board Cme.

public static ExchangeBoard Cme { get; }

Property Value

ExchangeBoard

CmeMini

Information about board Cme.

public static ExchangeBoard CmeMini { get; }

Property Value

ExchangeBoard

Code

Board code.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Code", Description = "BoardCodeDot", GroupName = "General")]
public string Code { get; set; }

Property Value

string

CoinBene

Information about board CoinBene.

public static ExchangeBoard CoinBene { get; }

Property Value

ExchangeBoard

CoinCap

Information about board CoinCap.

public static ExchangeBoard CoinCap { get; }

Property Value

ExchangeBoard

CoinEx

Information about board CoinEx.

public static ExchangeBoard CoinEx { get; }

Property Value

ExchangeBoard

CoinExchange

Information about board CoinExchange.

public static ExchangeBoard CoinExchange { get; }

Property Value

ExchangeBoard

CoinHub

Information about board CoinHub.

public static ExchangeBoard CoinHub { get; }

Property Value

ExchangeBoard

Coinbase

Information about board Coinbase.

public static ExchangeBoard Coinbase { get; }

Property Value

ExchangeBoard

Coincheck

Information about board Coincheck.

public static ExchangeBoard Coincheck { get; }

Property Value

ExchangeBoard

Coinigy

Information about board Coinigy.

public static ExchangeBoard Coinigy { get; }

Property Value

ExchangeBoard

Cryptopia

Information about board Cryptopia.

public static ExchangeBoard Cryptopia { get; }

Property Value

ExchangeBoard

Cse

Information about board Cse.

public static ExchangeBoard Cse { get; }

Property Value

ExchangeBoard

Currenex

Information about board Currenex.

public static ExchangeBoard Currenex { get; }

Property Value

ExchangeBoard

Deribit

Information about board Deribit.

public static ExchangeBoard Deribit { get; }

Property Value

ExchangeBoard

Digifinex

Information about board Digifinex.

public static ExchangeBoard Digifinex { get; }

Property Value

ExchangeBoard

DigitexFutures

Information about board DigitexFutures.

public static ExchangeBoard DigitexFutures { get; }

Property Value

ExchangeBoard

DukasCopy

Information about board DukasCopy.

public static ExchangeBoard DukasCopy { get; }

Property Value

ExchangeBoard

Exchange

Exchange, where board is situated.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExchangeInfo", Description = "BoardExchange", GroupName = "General")]
public Exchange Exchange { get; set; }

Property Value

Exchange

Exmo

Information about board Exmo.

public static ExchangeBoard Exmo { get; }

Property Value

ExchangeBoard

ExpiryTime

Securities expiration times.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ExpiryDate", Description = "SecExpirationTime", GroupName = "General")]
public TimeSpan ExpiryTime { get; set; }

Property Value

TimeSpan

ExpiryTimeStr

Reserved.

[Browsable(false)]
public string ExpiryTimeStr { get; set; }

Property Value

string

FTX

Information about board FTX.

public static ExchangeBoard FTX { get; }

Property Value

ExchangeBoard

FatBtc

Information about board FatBtc.

public static ExchangeBoard FatBtc { get; }

Property Value

ExchangeBoard

Finam

Information about board Finam.

public static ExchangeBoard Finam { get; }

Property Value

ExchangeBoard

Forts

Information about board Forts.

public static ExchangeBoard Forts { get; }

Property Value

ExchangeBoard

Fwb

Information about board Fwb.

public static ExchangeBoard Fwb { get; }

Property Value

ExchangeBoard

Fxcm

Information about board Fxcm.

public static ExchangeBoard Fxcm { get; }

Property Value

ExchangeBoard

GainCapital

Information about board GainCapital.

public static ExchangeBoard GainCapital { get; }

Property Value

ExchangeBoard

Gdax

Information about board Gdax.

public static ExchangeBoard Gdax { get; }

Property Value

ExchangeBoard

Globex

Information about board Globex.

public static ExchangeBoard Globex { get; }

Property Value

ExchangeBoard

Gopax

Information about board Gopax.

public static ExchangeBoard Gopax { get; }

Property Value

ExchangeBoard

HitBtc

Information about board HitBtc.

public static ExchangeBoard HitBtc { get; }

Property Value

ExchangeBoard

Hkex

Information about board Hkex.

public static ExchangeBoard Hkex { get; }

Property Value

ExchangeBoard

Hkfe

Information about board Hkfe.

public static ExchangeBoard Hkfe { get; }

Property Value

ExchangeBoard

Hotbit

Information about board Hotbit.

public static ExchangeBoard Hotbit { get; }

Property Value

ExchangeBoard

Huobi

Information about board Huobi.

public static ExchangeBoard Huobi { get; }

Property Value

ExchangeBoard

IBKR

Information about board IBKR.

public static ExchangeBoard IBKR { get; }

Property Value

ExchangeBoard

IEX

Information about board IEX.

public static ExchangeBoard IEX { get; }

Property Value

ExchangeBoard

IQFeed

Information about board IQFeed.

public static ExchangeBoard IQFeed { get; }

Property Value

ExchangeBoard

Icbit

Information about board Icbit.

public static ExchangeBoard Icbit { get; }

Property Value

ExchangeBoard

Idax

Information about board Idax.

public static ExchangeBoard Idax { get; }

Property Value

ExchangeBoard

Idx

Information about board Idx.

public static ExchangeBoard Idx { get; }

Property Value

ExchangeBoard

Integral

Information about board Integral.

public static ExchangeBoard Integral { get; }

Property Value

ExchangeBoard

Jse

Information about board Jse.

public static ExchangeBoard Jse { get; }

Property Value

ExchangeBoard

Klse

Information about board Klse.

public static ExchangeBoard Klse { get; }

Property Value

ExchangeBoard

Kraken

Information about board Kraken.

public static ExchangeBoard Kraken { get; }

Property Value

ExchangeBoard

Krx

Information about board Krx.

public static ExchangeBoard Krx { get; }

Property Value

ExchangeBoard

Kucoin

Information about board Kucoin.

public static ExchangeBoard Kucoin { get; }

Property Value

ExchangeBoard

LBank

Information about board LBank.

public static ExchangeBoard LBank { get; }

Property Value

ExchangeBoard

Latoken

Information about board Latoken.

public static ExchangeBoard Latoken { get; }

Property Value

ExchangeBoard

Liqui

Information about board Liqui.

public static ExchangeBoard Liqui { get; }

Property Value

ExchangeBoard

LiveCoin

Information about board LiveCoin.

public static ExchangeBoard LiveCoin { get; }

Property Value

ExchangeBoard

Lmax

Information about board Lmax.

public static ExchangeBoard Lmax { get; }

Property Value

ExchangeBoard

Lme

Information about board Lme.

public static ExchangeBoard Lme { get; }

Property Value

ExchangeBoard

Lse

Information about board Lse.

public static ExchangeBoard Lse { get; }

Property Value

ExchangeBoard

MBTrading

Information about board MBTrading.

public static ExchangeBoard MBTrading { get; }

Property Value

ExchangeBoard

Mfd

Information about board Mfd.

public static ExchangeBoard Mfd { get; }

Property Value

ExchangeBoard

Micex

Information about board Micex.

public static ExchangeBoard Micex { get; }

Property Value

ExchangeBoard

MicexAets

Information about board MicexAets.

public static ExchangeBoard MicexAets { get; }

Property Value

ExchangeBoard

MicexAubb

Information about board MicexAubb.

public static ExchangeBoard MicexAubb { get; }

Property Value

ExchangeBoard

MicexAuct

Information about board MicexAuct.

public static ExchangeBoard MicexAuct { get; }

Property Value

ExchangeBoard

MicexCasf

Information about board MicexCasf.

public static ExchangeBoard MicexCasf { get; }

Property Value

ExchangeBoard

MicexCbcr

Information about board MicexCbcr.

public static ExchangeBoard MicexCbcr { get; }

Property Value

ExchangeBoard

MicexCets

Information about board MicexCets.

public static ExchangeBoard MicexCets { get; }

Property Value

ExchangeBoard

MicexCngd

Information about board MicexCngd.

public static ExchangeBoard MicexCngd { get; }

Property Value

ExchangeBoard

MicexCred

Information about board MicexCred.

public static ExchangeBoard MicexCred { get; }

Property Value

ExchangeBoard

MicexDepz

Information about board MicexDepz.

public static ExchangeBoard MicexDepz { get; }

Property Value

ExchangeBoard

MicexDpfk

Information about board MicexDpfk.

public static ExchangeBoard MicexDpfk { get; }

Property Value

ExchangeBoard

MicexDpfo

Information about board MicexDpfo.

public static ExchangeBoard MicexDpfo { get; }

Property Value

ExchangeBoard

MicexDppf

Information about board MicexDppf.

public static ExchangeBoard MicexDppf { get; }

Property Value

ExchangeBoard

MicexDpvb

Information about board MicexDpvb.

public static ExchangeBoard MicexDpvb { get; }

Property Value

ExchangeBoard

MicexEqbr

Information about board MicexEqbr.

public static ExchangeBoard MicexEqbr { get; }

Property Value

ExchangeBoard

MicexEqbs

Information about board MicexEqbs.

public static ExchangeBoard MicexEqbs { get; }

Property Value

ExchangeBoard

MicexEqdb

Information about board MicexEqdb.

public static ExchangeBoard MicexEqdb { get; }

Property Value

ExchangeBoard

MicexEqde

Information about board MicexEqde.

public static ExchangeBoard MicexEqde { get; }

Property Value

ExchangeBoard

MicexEqdp

Information about board MicexEqdp.

public static ExchangeBoard MicexEqdp { get; }

Property Value

ExchangeBoard

MicexEqeu

Information about board MicexEqeu.

public static ExchangeBoard MicexEqeu { get; }

Property Value

ExchangeBoard

MicexEqli

Information about board MicexEqli.

public static ExchangeBoard MicexEqli { get; }

Property Value

ExchangeBoard

MicexEqlv

Information about board MicexEqlv.

public static ExchangeBoard MicexEqlv { get; }

Property Value

ExchangeBoard

MicexEqnb

Information about board MicexEqnb.

public static ExchangeBoard MicexEqnb { get; }

Property Value

ExchangeBoard

MicexEqne

Information about board MicexEqne.

public static ExchangeBoard MicexEqne { get; }

Property Value

ExchangeBoard

MicexEqnl

Information about board MicexEqnl.

public static ExchangeBoard MicexEqnl { get; }

Property Value

ExchangeBoard

MicexEqno

Information about board MicexEqno.

public static ExchangeBoard MicexEqno { get; }

Property Value

ExchangeBoard

MicexEqob

Information about board MicexEqob.

public static ExchangeBoard MicexEqob { get; }

Property Value

ExchangeBoard

MicexEqos

Information about board MicexEqos.

public static ExchangeBoard MicexEqos { get; }

Property Value

ExchangeBoard

MicexEqov

Information about board MicexEqov.

public static ExchangeBoard MicexEqov { get; }

Property Value

ExchangeBoard

MicexEqqi

Information about board MicexEqqi.

public static ExchangeBoard MicexEqqi { get; }

Property Value

ExchangeBoard

MicexEqrp

Information about board MicexEqrp.

public static ExchangeBoard MicexEqrp { get; }

Property Value

ExchangeBoard

MicexEqus

Information about board MicexEqus.

public static ExchangeBoard MicexEqus { get; }

Property Value

ExchangeBoard

MicexFbcb

Information about board MicexFbcb.

public static ExchangeBoard MicexFbcb { get; }

Property Value

ExchangeBoard

MicexFbfx

Information about board MicexFbfx.

public static ExchangeBoard MicexFbfx { get; }

Property Value

ExchangeBoard

MicexIrk2

Information about board MicexIrk2.

public static ExchangeBoard MicexIrk2 { get; }

Property Value

ExchangeBoard

MicexJunior

Information about board MicexJunior.

public static ExchangeBoard MicexJunior { get; }

Property Value

ExchangeBoard

MicexNadm

Information about board MicexNadm.

public static ExchangeBoard MicexNadm { get; }

Property Value

ExchangeBoard

MicexPaus

Information about board MicexPaus.

public static ExchangeBoard MicexPaus { get; }

Property Value

ExchangeBoard

MicexPsau

Information about board MicexPsau.

public static ExchangeBoard MicexPsau { get; }

Property Value

ExchangeBoard

MicexPsbb

Information about board MicexPsbb.

public static ExchangeBoard MicexPsbb { get; }

Property Value

ExchangeBoard

MicexPsdb

Information about board MicexPsdb.

public static ExchangeBoard MicexPsdb { get; }

Property Value

ExchangeBoard

MicexPsde

Information about board MicexPsde.

public static ExchangeBoard MicexPsde { get; }

Property Value

ExchangeBoard

MicexPseq

Information about board MicexPseq.

public static ExchangeBoard MicexPseq { get; }

Property Value

ExchangeBoard

MicexPses

Information about board MicexPses.

public static ExchangeBoard MicexPses { get; }

Property Value

ExchangeBoard

MicexPseu

Information about board MicexPseu.

public static ExchangeBoard MicexPseu { get; }

Property Value

ExchangeBoard

MicexPsli

Information about board MicexPsli.

public static ExchangeBoard MicexPsli { get; }

Property Value

ExchangeBoard

MicexPslv

Information about board MicexPslv.

public static ExchangeBoard MicexPslv { get; }

Property Value

ExchangeBoard

MicexPsnb

Information about board MicexPsnb.

public static ExchangeBoard MicexPsnb { get; }

Property Value

ExchangeBoard

MicexPsne

Information about board MicexPsne.

public static ExchangeBoard MicexPsne { get; }

Property Value

ExchangeBoard

MicexPsnl

Information about board MicexPsnl.

public static ExchangeBoard MicexPsnl { get; }

Property Value

ExchangeBoard

MicexPsno

Information about board MicexPsno.

public static ExchangeBoard MicexPsno { get; }

Property Value

ExchangeBoard

MicexPsob

Information about board MicexPsob.

public static ExchangeBoard MicexPsob { get; }

Property Value

ExchangeBoard

MicexPsos

Information about board MicexPsos.

public static ExchangeBoard MicexPsos { get; }

Property Value

ExchangeBoard

MicexPsov

Information about board MicexPsov.

public static ExchangeBoard MicexPsov { get; }

Property Value

ExchangeBoard

MicexPsqi

Information about board MicexPsqi.

public static ExchangeBoard MicexPsqi { get; }

Property Value

ExchangeBoard

MicexPsrp

Information about board MicexPsrp.

public static ExchangeBoard MicexPsrp { get; }

Property Value

ExchangeBoard

MicexPsus

Information about board MicexPsus.

public static ExchangeBoard MicexPsus { get; }

Property Value

ExchangeBoard

MicexPteq

Information about board MicexPteq.

public static ExchangeBoard MicexPteq { get; }

Property Value

ExchangeBoard

MicexPtes

Information about board MicexPtes.

public static ExchangeBoard MicexPtes { get; }

Property Value

ExchangeBoard

MicexPteu

Information about board MicexPteu.

public static ExchangeBoard MicexPteu { get; }

Property Value

ExchangeBoard

MicexPtli

Information about board MicexPtli.

public static ExchangeBoard MicexPtli { get; }

Property Value

ExchangeBoard

MicexPtlv

Information about board MicexPtlv.

public static ExchangeBoard MicexPtlv { get; }

Property Value

ExchangeBoard

MicexPtnb

Information about board MicexPtnb.

public static ExchangeBoard MicexPtnb { get; }

Property Value

ExchangeBoard

MicexPtne

Information about board MicexPtne.

public static ExchangeBoard MicexPtne { get; }

Property Value

ExchangeBoard

MicexPtnl

Information about board MicexPtnl.

public static ExchangeBoard MicexPtnl { get; }

Property Value

ExchangeBoard

MicexPtno

Information about board MicexPtno.

public static ExchangeBoard MicexPtno { get; }

Property Value

ExchangeBoard

MicexPtob

Information about board MicexPtob.

public static ExchangeBoard MicexPtob { get; }

Property Value

ExchangeBoard

MicexPtos

Information about board MicexPtos.

public static ExchangeBoard MicexPtos { get; }

Property Value

ExchangeBoard

MicexPtov

Information about board MicexPtov.

public static ExchangeBoard MicexPtov { get; }

Property Value

ExchangeBoard

MicexPtqi

Information about board MicexPtqi.

public static ExchangeBoard MicexPtqi { get; }

Property Value

ExchangeBoard

MicexPtus

Information about board MicexPtus.

public static ExchangeBoard MicexPtus { get; }

Property Value

ExchangeBoard

MicexRfnd

Information about board MicexRfnd.

public static ExchangeBoard MicexRfnd { get; }

Property Value

ExchangeBoard

MicexRpeu

Information about board MicexRpeu.

public static ExchangeBoard MicexRpeu { get; }

Property Value

ExchangeBoard

MicexRpfg

Information about board MicexRpfg.

public static ExchangeBoard MicexRpfg { get; }

Property Value

ExchangeBoard

MicexRpma

Information about board MicexRpma.

public static ExchangeBoard MicexRpma { get; }

Property Value

ExchangeBoard

MicexRpmo

Information about board MicexRpmo.

public static ExchangeBoard MicexRpmo { get; }

Property Value

ExchangeBoard

MicexRpng

Information about board MicexRpng.

public static ExchangeBoard MicexRpng { get; }

Property Value

ExchangeBoard

MicexRpqi

Information about board MicexRpqi.

public static ExchangeBoard MicexRpqi { get; }

Property Value

ExchangeBoard

MicexRpua

Information about board MicexRpua.

public static ExchangeBoard MicexRpua { get; }

Property Value

ExchangeBoard

MicexRpuo

Information about board MicexRpuo.

public static ExchangeBoard MicexRpuo { get; }

Property Value

ExchangeBoard

MicexRpuq

Information about board MicexRpuq.

public static ExchangeBoard MicexRpuq { get; }

Property Value

ExchangeBoard

MicexScvc

Information about board MicexScvc.

public static ExchangeBoard MicexScvc { get; }

Property Value

ExchangeBoard

MicexSmal

Information about board MicexSmal.

public static ExchangeBoard MicexSmal { get; }

Property Value

ExchangeBoard

MicexSpob

Information about board MicexSpob.

public static ExchangeBoard MicexSpob { get; }

Property Value

ExchangeBoard

MicexTadm

Information about board MicexTadm.

public static ExchangeBoard MicexTadm { get; }

Property Value

ExchangeBoard

MicexTqbr

Information about board MicexTqbr.

public static ExchangeBoard MicexTqbr { get; }

Property Value

ExchangeBoard

MicexTqbs

Information about board MicexTqbs.

public static ExchangeBoard MicexTqbs { get; }

Property Value

ExchangeBoard

MicexTqde

Information about board MicexTqde.

public static ExchangeBoard MicexTqde { get; }

Property Value

ExchangeBoard

MicexTqeu

Information about board MicexTqeu.

public static ExchangeBoard MicexTqeu { get; }

Property Value

ExchangeBoard

MicexTqli

Information about board MicexTqli.

public static ExchangeBoard MicexTqli { get; }

Property Value

ExchangeBoard

MicexTqlv

Information about board MicexTqlv.

public static ExchangeBoard MicexTqlv { get; }

Property Value

ExchangeBoard

MicexTqnb

Information about board MicexTqnb.

public static ExchangeBoard MicexTqnb { get; }

Property Value

ExchangeBoard

MicexTqne

Information about board MicexTqne.

public static ExchangeBoard MicexTqne { get; }

Property Value

ExchangeBoard

MicexTqnl

Information about board MicexTqnl.

public static ExchangeBoard MicexTqnl { get; }

Property Value

ExchangeBoard

MicexTqno

Information about board MicexTqno.

public static ExchangeBoard MicexTqno { get; }

Property Value

ExchangeBoard

MicexTqob

Information about board MicexTqob.

public static ExchangeBoard MicexTqob { get; }

Property Value

ExchangeBoard

MicexTqos

Information about board MicexTqos.

public static ExchangeBoard MicexTqos { get; }

Property Value

ExchangeBoard

MicexTqov

Information about board MicexTqov.

public static ExchangeBoard MicexTqov { get; }

Property Value

ExchangeBoard

MicexTqqi

Information about board MicexTqqi.

public static ExchangeBoard MicexTqqi { get; }

Property Value

ExchangeBoard

MicexTqus

Information about board MicexTqus.

public static ExchangeBoard MicexTqus { get; }

Property Value

ExchangeBoard

MicexTran

Information about board MicexTran.

public static ExchangeBoard MicexTran { get; }

Property Value

ExchangeBoard

Mse

Information about board Mse.

public static ExchangeBoard Mse { get; }

Property Value

ExchangeBoard

Nasdaq

Information about board Nasdaq.

public static ExchangeBoard Nasdaq { get; }

Property Value

ExchangeBoard

Nqlx

Information about board Nqlx.

public static ExchangeBoard Nqlx { get; }

Property Value

ExchangeBoard

Nse

Information about board Nse.

public static ExchangeBoard Nse { get; }

Property Value

ExchangeBoard

Nymex

Information about board Nymex.

public static ExchangeBoard Nymex { get; }

Property Value

ExchangeBoard

Nyse

Information about board Nyse.

public static ExchangeBoard Nyse { get; }

Property Value

ExchangeBoard

Nzx

Information about board Nzx.

public static ExchangeBoard Nzx { get; }

Property Value

ExchangeBoard

OkCoin

Information about board OkCoin.

public static ExchangeBoard OkCoin { get; }

Property Value

ExchangeBoard

Okex

Information about board Okex.

public static ExchangeBoard Okex { get; }

Property Value

ExchangeBoard

Ond

Information about board Ond.

public static ExchangeBoard Ond { get; }

Property Value

ExchangeBoard

Poloniex

Information about board Poloniex.

public static ExchangeBoard Poloniex { get; }

Property Value

ExchangeBoard

PrizmBit

Information about board PrizmBit.

public static ExchangeBoard PrizmBit { get; }

Property Value

ExchangeBoard

Pse

Information about board Pse.

public static ExchangeBoard Pse { get; }

Property Value

ExchangeBoard

QNDL

Information about board QNDL.

public static ExchangeBoard QNDL { get; }

Property Value

ExchangeBoard

Quoinex

Information about board Quoinex.

public static ExchangeBoard Quoinex { get; }

Property Value

ExchangeBoard

STRLG

Information about board STRLG.

public static ExchangeBoard STRLG { get; }

Property Value

ExchangeBoard

Set

Information about board Set.

public static ExchangeBoard Set { get; }

Property Value

ExchangeBoard

Sgx

Information about board Sgx.

public static ExchangeBoard Sgx { get; }

Property Value

ExchangeBoard

Smart

Information about board Nasdaq.

public static ExchangeBoard Smart { get; }

Property Value

ExchangeBoard

Spb

Information about board Spb.

public static ExchangeBoard Spb { get; }

Property Value

ExchangeBoard

Sse

Information about board Sse.

public static ExchangeBoard Sse { get; }

Property Value

ExchangeBoard

StockSharp

Information about board StockSharp.

public static ExchangeBoard StockSharp { get; }

Property Value

ExchangeBoard

SwSq

Information about board SwSq.

public static ExchangeBoard SwSq { get; }

Property Value

ExchangeBoard

Swx

Information about board Swx.

public static ExchangeBoard Swx { get; }

Property Value

ExchangeBoard

Szse

Information about board Szse.

public static ExchangeBoard Szse { get; }

Property Value

ExchangeBoard

Tase

Information about board Tase.

public static ExchangeBoard Tase { get; }

Property Value

ExchangeBoard

Test

Information about board Test.

public static ExchangeBoard Test { get; }

Property Value

ExchangeBoard

TimeZone

Information about the time zone where the exchange is located.

public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

TimeZoneStr

Reserved.

[Browsable(false)]
[DataMember]
public string TimeZoneStr { get; set; }

Property Value

string

TradeOgre

Information about board TradeOgre.

public static ExchangeBoard TradeOgre { get; }

Property Value

ExchangeBoard

Tradier

Information about board Tradier.

public static ExchangeBoard Tradier { get; }

Property Value

ExchangeBoard

TrueFX

Information about board TrueFX.

public static ExchangeBoard TrueFX { get; }

Property Value

ExchangeBoard

Tse

Information about board Tse.

public static ExchangeBoard Tse { get; }

Property Value

ExchangeBoard

Tsec

Information about board Tsec.

public static ExchangeBoard Tsec { get; }

Property Value

ExchangeBoard

Tsx

Information about board Tsx.

public static ExchangeBoard Tsx { get; }

Property Value

ExchangeBoard

Upbit

Information about board Upbit.

public static ExchangeBoard Upbit { get; }

Property Value

ExchangeBoard

Ux

Information about board Ux.

public static ExchangeBoard Ux { get; }

Property Value

ExchangeBoard

UxStock

Information about board UxStock.

public static ExchangeBoard UxStock { get; }

Property Value

ExchangeBoard

Wiki

Information about board Wiki.

public static ExchangeBoard Wiki { get; }

Property Value

ExchangeBoard

WorkingTime

Board working hours.

[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "WorkingTime", Description = "WorkingHours", GroupName = "General")]
public WorkingTime WorkingTime { get; set; }

Property Value

WorkingTime

YHF

Information about board YHF.

public static ExchangeBoard YHF { get; }

Property Value

ExchangeBoard

Yobit

Information about board Yobit.

public static ExchangeBoard Yobit { get; }

Property Value

ExchangeBoard

ZB

Information about board ZB.

public static ExchangeBoard ZB { get; }

Property Value

ExchangeBoard

Zaif

Information about board Zaif.

public static ExchangeBoard Zaif { get; }

Property Value

ExchangeBoard

Methods

Clone()

Create a copy of ExchangeBoard.

public override ExchangeBoard Clone()

Returns

ExchangeBoard

Copy.

GetHashCode()

Get the hash code of the object ExchangeBoard.

public override int GetHashCode()

Returns

int

A hash code.

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnEquals(ExchangeBoard)

Compare ExchangeBoard on the equivalence.

protected override bool OnEquals(ExchangeBoard other)

Parameters

other ExchangeBoard

Another value with which to compare.

Returns

bool

true, if the specified object is equal to the current object, otherwise, false.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string