1 Star 0 Fork 0

知书僮/StockSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
StockSharp.Rithmic.xml 9.49 KB
一键复制 编辑 原始数据 按行查看 历史
StockSharp Dev1 提交于 7年前 . v4.4.7
<?xml version="1.0"?>
<doc>
<assembly>
<name>StockSharp.Rithmic</name>
</assembly>
<members>
<member name="T:StockSharp.Rithmic.RithmicMessageAdapter">
<summary>
The message adapter for <see cref="N:StockSharp.Rithmic"/>.
</summary>
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.#ctor(Ecng.Common.IdGenerator)">
<summary>
Initializes a new instance of the <see cref="T:StockSharp.Rithmic.RithmicMessageAdapter"/>.
</summary>
<param name="transactionIdGenerator">Transaction id generator.</param>
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.CreateOrderCondition">
<inheritdoc />
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.SecurityLookupRequired">
<inheritdoc />
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.IsSupportNativeSecurityLookup">
<inheritdoc />
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.IsSupportCandlesUpdates">
<inheritdoc />
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.OnSendInMessage(StockSharp.Messages.Message)">
<inheritdoc />
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.UserName">
<summary>
Login.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.Password">
<summary>
Password.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.CertFile">
<summary>
Path to certificate file, necessary to connect to Rithmic system.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.TransactionalUserName">
<summary>
Additional login. Used when transaction sending is carried out to a separate server.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.TransactionalPassword">
<summary>
Additional password. Used when transaction sending is carried out to a separate server.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.LogFileName">
<summary>
Path to log file.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.Server">
<summary>
Server type.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.AdminConnectionPoint">
<summary>
Connection point for administrative functions (initialization/deinitialization).
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.MarketDataConnectionPoint">
<summary>
Connection point to market data.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.TransactionConnectionPoint">
<summary>
Connection point to the transactions execution system.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.PositionConnectionPoint">
<summary>
Connection point for access to portfolios and positions information.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.HistoricalConnectionPoint">
<summary>
Connection point for access to history data.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.DomainServerAddress">
<summary>
Domain address.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.DomainName">
<summary>
Domain name.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.LicenseServerAddress">
<summary>
Licenses server address.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.LocalBrokerAddress">
<summary>
Broker address.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.LoggerAddress">
<summary>
Logger address.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.AllTimeFrames">
<summary>
Possible time-frames.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicMessageAdapter.TimeFrames">
<inheritdoc />
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.Load(Ecng.Serialization.SettingsStorage)">
<summary>
Load settings.
</summary>
<param name="storage">Settings storage.</param>
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.Save(Ecng.Serialization.SettingsStorage)">
<summary>
Save settings.
</summary>
<param name="storage">Settings storage.</param>
</member>
<member name="M:StockSharp.Rithmic.RithmicMessageAdapter.ToString">
<summary>
Returns a string that represents the current object.
</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="T:StockSharp.Rithmic.RithmicOrderCondition">
<summary>
<see cref="N:StockSharp.Rithmic"/> order condition.
</summary>
</member>
<member name="M:StockSharp.Rithmic.RithmicOrderCondition.#ctor">
<summary>
Initializes a new instance of the <see cref="T:StockSharp.Rithmic.RithmicOrderCondition"/>.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicOrderCondition.TriggerPrice">
<summary>
Activation price, when reached an order will be placed.
</summary>
</member>
<member name="T:StockSharp.Rithmic.RithmicServers">
<summary>
Server types.
</summary>
</member>
<member name="F:StockSharp.Rithmic.RithmicServers.Sim">
<summary>
Test.
</summary>
</member>
<member name="F:StockSharp.Rithmic.RithmicServers.Paper">
<summary>
On live data.
</summary>
</member>
<member name="F:StockSharp.Rithmic.RithmicServers.Real">
<summary>
Real.
</summary>
</member>
<member name="T:StockSharp.Rithmic.RithmicTrader">
<summary>
The interface <see cref="T:StockSharp.BusinessEntities.IConnector"/> implementation which provides a connection to the <see cref="N:StockSharp.Rithmic"/>.
</summary>
</member>
<member name="M:StockSharp.Rithmic.RithmicTrader.#ctor">
<summary>
Initializes a new instance of the <see cref="T:StockSharp.Rithmic.RithmicTrader"/>.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicTrader.UserName">
<summary>
User name.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicTrader.Password">
<summary>
Password.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicTrader.CertFile">
<summary>
Path to certificate file, necessary to connect to Rithmic system.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicTrader.Server">
<summary>
Server type.
</summary>
</member>
<member name="P:StockSharp.Rithmic.RithmicTrader.LogFileName">
<summary>
Path to log file.
</summary>
</member>
<member name="T:StockSharp.Rithmic.Xaml.RithmicServerComboBox">
<summary>
The drop-down list to select <see cref="T:StockSharp.Rithmic.RithmicServers"/>.
</summary>
</member>
<member name="M:StockSharp.Rithmic.Xaml.RithmicServerComboBox.#ctor">
<summary>
Initializes a new instance of the <see cref="T:StockSharp.Rithmic.Xaml.RithmicServerComboBox"/>.
</summary>
</member>
<member name="F:StockSharp.Rithmic.Xaml.RithmicServerComboBox.SelectedServerProperty">
<summary>
<see cref="T:System.Windows.DependencyProperty"/> for <see cref="P:StockSharp.Rithmic.Xaml.RithmicServerComboBox.SelectedServer"/>.
</summary>
</member>
<member name="P:StockSharp.Rithmic.Xaml.RithmicServerComboBox.SelectedServer">
<summary>
The selected server.
</summary>
</member>
<member name="M:StockSharp.Rithmic.Xaml.RithmicServerComboBox.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
<summary>
The selected item change event handler.
</summary>
<param name="e">The event parameter.</param>
</member>
</members>
</doc>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhishutong_admin/StockSharp.git
git@gitee.com:zhishutong_admin/StockSharp.git
zhishutong_admin
StockSharp
StockSharp
master

搜索帮助