Pricing
StockSharp.Oanda.Native.DataTypes
属性
Asks
public IEnumerable<Quote> Asks { get; set; }
value = pricing.Asks
pricing.Asks = value
票据单的询问方可以提供的价格和流动性清单。如果该票据单目前没有询问的流动性,则该列表可能为空。
Bids
public IEnumerable<Quote> Bids { get; set; }
value = pricing.Bids
pricing.Bids = value
票据的投标方的价款和流动性清单,如果该票据在帐户中目前没有可供使用的投标流动性,则该清单可能空出。
CloseoutAsk
public double CloseoutAsk { get; set; }
value = pricing.CloseoutAsk
pricing.CloseoutAsk = value
关闭询问 Price 。 当需要关闭一个位置( 边距关闭或手动关闭) 时, 则使用此价格, 但没有请求流动性 。 关闭询问从未用于打开新位置 。
CloseoutBid
public double CloseoutBid { get; set; }
value = pricing.CloseoutBid
pricing.CloseoutBid = value
关闭出价。 当需要关闭一个位置( 边距关闭或人工关闭) 时, 则使用该价格 。 关闭出价从未用于打开一个新位置 。
Instrument
public string Instrument { get; set; }
value = pricing.Instrument
pricing.Instrument = value
价格工具。
Tradeable
public bool Tradeable { get; set; }
value = pricing.Tradeable
pricing.Tradeable = value
标出价格是否可交易的旗帜 。