Public Member Functions | |
| Cache (string configurationName) | |
| void | Init (bool isServer) |
| ICollection< Portfolio > | GetPortfolios () |
| Portfolio | GetPortfolio (string accountId) |
| Portfolio | TryGetPortfolio (string accountId) |
| ICollection< Position > | GetPositions (string accountId) |
| ICollection< Position > | GetPositions () |
| ICollection< Order > | GetOrders (string accountId) |
| ICollection< MyTrade > | GetMyTrades (string accountId) |
| IEnumerable< MyTrade > | GetPositionMyTrdades (Position position) |
| IEnumerable< MyTrade > | GetOpenedMyTrades () |
| IEnumerable< Order > | GetOrders (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| IEnumerable< MyTrade > | GetMyTrades (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| IEnumerable< MyTrade > | GetMyTrades (string accountId, long tradeId) |
| IEnumerable< HistoryMyTrade > | GetHistoryTrades (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| Order | TryGetOrder (string accountId, long extId, bool searchInDb) |
| MyTrade | TryGetMyTrade (string accountId, string tradeId, bool searchInDb) |
| Position | TryGetPosition (string accountId, string securityId) |
| void | DeletePortfolioData (Portfolio portfolio) |
| IEnumerable< PortfolioChange > | GetPortfolioChanges (string accountId, DateTime from, DateTime to) |
| IEnumerable< PortfolioChange > | GetPortfolioChanges (DateTime from, DateTime to, IEnumerable< string > accounts) |
| void | Save (PortfolioChange portfolioChange, bool wait=false) |
| void | Save (PortfolioState portfolioState, bool wait=false) |
| ICollection< Security > | LoadAllSecurities () |
| ICollection< OvernightSwapValue > | LoadAllSwapValues () |
| ICollection< Security > | GetSecurities () |
| ICollection< Security > | GetPositionSecurities () |
| IEnumerable< Security > | GetSecurities (string code, string exchange) |
| IEnumerable< Security > | GetSecuritiesByExchange (string exchange) |
| Security | GetSecurity (string id) |
| void | Save (IEnumerable< Security > securities, bool wait=false) |
| void | Save (Security security, bool wait=false) |
| ICollection< SecurityMargin > | GetSecurityMargins () |
| SecurityMargin | TryGetSecurityMargin (string securityId) |
| void | Save (SecurityMargin margin, bool wait=false) |
| ICollection< Exchange > | GetExchanges () |
| ICollection< InstrumentExchange > | GetInstrumentExchanges () |
| Get all InstrumentExchange need for import. | |
| Exchange | GetExchange (string code) |
| Exchange | TryGetExchange (string code) |
| Exchange | TryGetInstrumentExchange (string instrument, string code) |
| InstrumentExchange | TryGetInstrumentExchange (string instrument) |
| void | Save (Exchange exchange, bool wait=false) |
| void | Save (InstrumentExchange instrumentExchange, bool wait=false) |
| void | Remove (Exchange exchange) |
| void | Remove (InstrumentExchange instrumentExchange) |
| ICollection< UserRole > | GetUserRoles () |
| UserRole | GetUserRole (long id) |
| UserRole | TryGetUserRole (long id) |
| void | Save (UserRole role, bool wait=false) |
| ICollection< UserGroup > | GetUserGroups () |
| ICollection< UserGroup > | GetUserGroups (UserGroup parent) |
| UserGroup | GetUserGroup (long id) |
| UserGroup | TryGetUserGroup (long id) |
| void | Save (UserGroup group, bool wait=false) |
| void | DeleteUserGroupData (UserGroup userGroup, UserRole? role) |
| ICollection< User > | GetUsers (UserGroup group) |
| User | GetUser (string login) |
| User | GetUser (long id) |
| int | GetNumberOfActiveUsers () |
| void | Save (User user, bool wait=false) |
| ICollection< CommissionGroup > | GetCommissionGroups (UserGroup group) |
| CommissionGroup | TryGetCommissionGroup (long id) |
| CommissionGroup | TryGetCommissionGroup (Portfolio portfolio) |
| void | Save (CommissionGroup commissionGroup, bool wait=false) |
| string | GetValue (string name) |
| void | SetValue (string name, string value, bool wait=false) |
| void | Save (Order order, bool wait=false) |
| void | Save (MyTrade trade, bool wait=false) |
| void | Save (HistoryMyTrade trade, bool wait=false) |
| void | Save (Portfolio portfolio, bool extended, bool wait=false) |
| void | Save (Position position, bool wait=false) |
| void | Remove (MyTrade trade) |
| void | ClearHistoryTrades () |
| void | ClearMyTrades () |
| void | ClearOrders () |
| IEnumerable< News > | GetNews (string[] accounts, DateTime from, DateTime to) |
| IEnumerable< News > | GetNews (DateTime from, DateTime to) |
| IEnumerable< News > | GetNews (User user, bool unhandled) |
| void | Save (News news, bool wait=false) |
| ICollection< PortfolioViewer > | GetPortfolioViewers () |
| PortfolioViewer | TryGetPortfolioViewer (long id) |
| void | Save (PortfolioViewer viewer, bool wait=false) |
| IEnumerable< ServerPnL > | GetServerPnL (DateTime from, DateTime to) |
| void | Wait () |
| void | WaitInitialized () |
| override string | ToString () |
| Returns a string that represents the current object. | |
| Security | GetOrCreateSecurity (string id, Func< string, Security > create) |
| Portfolio | GetOrCreatePortfolio (string accountId, Func< string, Portfolio > create) |
| Position | GetOrCreatePosition (Portfolio portfolio, Security security, Func< Portfolio, Security, Position > create) |
| Order | GetOrCreateOrder (long extId, Func< long, Order > create) |
| MyTrade | GetOrCreateMyTrade (string tradeId, Func< string, MyTrade > create) |
| Trade | CreateTrade () |
| MarketDepth | CreateMarketDepth () |
| Cache (string configurationName) | |
| Cache (string providerName, string connectionString) | |
| Cache (DataProviderBase provider, string connectionString) | |
| void | Init (bool isServer) |
| ICollection< Portfolio > | GetPortfolios () |
| Portfolio | GetPortfolio (string accountId) |
| Portfolio | TryGetPortfolio (string accountId) |
| ICollection< Position > | GetPositions (string accountId) |
| ICollection< Position > | GetPositions () |
| ICollection< Order > | GetOrders (string accountId) |
| ICollection< MyTrade > | GetMyTrades (string accountId) |
| IEnumerable< MyTrade > | GetPositionMyTrdades (Position position) |
| IEnumerable< MyTrade > | GetOpenedMyTrades () |
| IEnumerable< Order > | GetOrders (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| IEnumerable< MyTrade > | GetMyTrades (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| IEnumerable< MyTrade > | GetMyTrades (string accountId, long tradeId) |
| IEnumerable< HistoryMyTrade > | GetHistoryTrades (DateTime from, DateTime to, IEnumerable< string > accounts, IEnumerable< string > securities) |
| Order | TryGetOrder (string accountId, long extId, bool searchInDb) |
| MyTrade | TryGetMyTrade (string accountId, string tradeId, bool searchInDb) |
| Position | TryGetPosition (string accountId, string securityId) |
| IEnumerable< PortfolioChange > | GetPortfolioChanges (string accountId, DateTime from, DateTime to) |
| void | Save (PortfolioChange portfolioChange, bool wait=false) |
| void | Save (PortfolioState portfolioState, bool wait=false) |
| ICollection< Security > | LoadAllSecurities () |
| ICollection< Security > | GetSecurities () |
| ICollection< Security > | GetPositionSecurities () |
| IEnumerable< Security > | GetSecurities (string code, string exchange) |
| IEnumerable< Security > | GetSecuritiesByExchange (string exchange) |
| Security | GetSecurity (string id) |
| void | Save (IEnumerable< Security > securities, bool wait=false) |
| void | Save (Security security, bool wait=false) |
| ICollection< SecurityMargin > | GetSecurityMargins () |
| SecurityMargin | TryGetSecurityMargin (string securityId) |
| void | Save (SecurityMargin margin, bool wait=false) |
| ICollection< Exchange > | GetExchanges () |
| ICollection< InstrumentExchange > | GetInstrumentExchanges () |
| Get all InstrumentExchange need for import. | |
| Exchange | GetExchange (string code) |
| Exchange | TryGetExchange (string code) |
| Exchange | TryGetInstrumentExchange (string instrument, string code) |
| InstrumentExchange | TryGetInstrumentExchange (string instrument) |
| void | Save (Exchange exchange, bool wait=false) |
| void | Save (InstrumentExchange instrumentExchange, bool wait=false) |
| void | Remove (Exchange exchange) |
| void | Remove (InstrumentExchange instrumentExchange) |
| ICollection< UserRole > | GetUserRoles () |
| UserRole | GetUserRole (long id) |
| UserRole | TryGetUserRole (long id) |
| void | Save (UserRole role, bool wait=false) |
| ICollection< UserGroup > | GetUserGroups () |
| ICollection< UserGroup > | GetUserGroups (UserGroup parent) |
| UserGroup | GetUserGroup (long id) |
| UserGroup | TryGetUserGroup (long id) |
| void | Save (UserGroup group, bool wait=false) |
| ICollection< User > | GetUsers (UserGroup group) |
| User | GetUser (string login) |
| User | GetUser (long id) |
| void | Save (User user, bool wait=false) |
| ICollection< CommissionGroup > | GetCommissionGroups (UserGroup group) |
| CommissionGroup | TryGetCommissionGroup (long id) |
| CommissionGroup | TryGetCommissionGroup (Portfolio portfolio) |
| void | Save (CommissionGroup commissionGroup, bool wait=false) |
| string | GetValue (string name) |
| void | SetValue (string name, string value, bool wait=false) |
| void | Save (Order order, bool wait=false) |
| void | Save (MyTrade trade, bool wait=false) |
| void | Save (HistoryMyTrade trade, bool wait=false) |
| void | Save (Portfolio portfolio, bool extended, bool wait=false) |
| void | Save (Position position, bool wait=false) |
| void | Remove (MyTrade trade) |
| void | ClearHistoryTrades () |
| void | ClearMyTrades () |
| void | ClearOrders () |
| IEnumerable< News > | GetNews (DateTime from, DateTime to) |
| IEnumerable< News > | GetNews (User user, bool unhandled) |
| void | Save (News news, bool wait=false) |
| ICollection< PortfolioViewer > | GetPortfolioViewers () |
| PortfolioViewer | TryGetPortfolioViewer (long id) |
| void | Save (PortfolioViewer viewer, bool wait=false) |
| IEnumerable< ServerPnL > | GetServerPnL (DateTime from, DateTime to) |
| void | Wait () |
| void | WaitInitialized () |
| Security | GetOrCreateSecurity (string id, Func< string, Security > create) |
| Portfolio | GetOrCreatePortfolio (string accountId, Func< string, Portfolio > create) |
| Position | GetOrCreatePosition (Portfolio portfolio, Security security, Func< Portfolio, Security, Position > create) |
| Order | GetOrCreateOrder (long extId, Func< long, Order > create) |
| MyTrade | GetOrCreateMyTrade (string id, Func< string, MyTrade > create) |
| Trade | CreateTrade () |
| MarketDepth | CreateMarketDepth () |
Protected Member Functions | |
| Cache (string providerName, string connectionString) | |
| Cache (DataProviderBase provider, string connectionString) | |
| virtual void | OnInit (TConnection db) |
| override void | RaiseLoggingSettingsChanged (string propertyName="") |
| User | GetUser (TConnection db, long id) |
| abstract TConnection | CreateDatabaseManager () |
| T | ProcessDb< T > (Func< TConnection, T > action) |
| void | Insert< T > (TConnection db, T entity) |
| void | InsertOrUpdate< T > (TConnection db, T entity) |
| void | InsertWithIdentityOrUpdate< T > (TConnection db, T entity, Func< T, long > getId, Action< T, long > setId) |
| void | AddToQueue (Action< TConnection > value, bool wait) |
| void | AddToQueue (long id, Action< TConnection > value) |
| override DatabaseManager | CreateDatabaseManager () |
Properties | |
| DataProviderBase | Provider [get] |
| string | ConfigurationName [get] |
| string | ProviderName [get] |
| string | ConnectionString [get] |
| long | LastExtId [get] |
| long | LastOrderId [get] |
| long | LastTradeId [get] |
| bool | IsInitialized [get] |
| TimeSpan | ClearCachePeriod [get, set] |
| bool | CheckConsistency [get, set] |
Properties inherited from ATAS.DataFeedsCore.Database.ICache | |
| long | LastExtId [get] |
| long | LastOrderId [get] |
| long | LastTradeId [get] |
| bool | IsInitialized [get] |
| TimeSpan | ClearCachePeriod [get, set] |
| bool | CheckConsistency [get, set] |
| ATAS.DataFeedsCore.Database.Cache< TConnection >.Cache | ( | string | configurationName | ) |
|
protected |
|
protected |
| ATAS.DataFeedsCore.Database.Cache< TConnection >.Cache | ( | string | configurationName | ) |
| ATAS.DataFeedsCore.Database.Cache< TConnection >.Cache | ( | string | providerName, |
| string | connectionString | ||
| ) |
| ATAS.DataFeedsCore.Database.Cache< TConnection >.Cache | ( | DataProviderBase | provider, |
| string | connectionString | ||
| ) |
|
protected |
|
protected |
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.ClearHistoryTrades | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.ClearMyTrades | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.ClearOrders | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
|
protectedpure virtual |
|
protected |
| MarketDepth ATAS.DataFeedsCore.Database.Cache< TConnection >.CreateMarketDepth | ( | ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| Trade ATAS.DataFeedsCore.Database.Cache< TConnection >.CreateTrade | ( | ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.DeletePortfolioData | ( | Portfolio | portfolio | ) |
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.DeleteUserGroupData | ( | UserGroup | userGroup, |
| UserRole? | role | ||
| ) |
| ICollection< CommissionGroup > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetCommissionGroups | ( | UserGroup | group | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Exchange ATAS.DataFeedsCore.Database.Cache< TConnection >.GetExchange | ( | string | code | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Exchange > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetExchanges | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< HistoryMyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetHistoryTrades | ( | DateTime | from, |
| DateTime | to, | ||
| IEnumerable< string > | accounts, | ||
| IEnumerable< string > | securities | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< InstrumentExchange > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetInstrumentExchanges | ( | ) |
| IEnumerable< MyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetMyTrades | ( | DateTime | from, |
| DateTime | to, | ||
| IEnumerable< string > | accounts, | ||
| IEnumerable< string > | securities | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< MyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetMyTrades | ( | string | accountId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< MyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetMyTrades | ( | string | accountId, |
| long | tradeId | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< News > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetNews | ( | DateTime | from, |
| DateTime | to | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< News > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetNews | ( | string[] | accounts, |
| DateTime | from, | ||
| DateTime | to | ||
| ) |
| IEnumerable< News > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetNews | ( | User | user, |
| bool | unhandled | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| int ATAS.DataFeedsCore.Database.Cache< TConnection >.GetNumberOfActiveUsers | ( | ) |
| IEnumerable< MyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOpenedMyTrades | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| MyTrade ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrCreateMyTrade | ( | string | tradeId, |
| Func< string, MyTrade > | create | ||
| ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| Order ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrCreateOrder | ( | long | extId, |
| Func< long, Order > | create | ||
| ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| Portfolio ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrCreatePortfolio | ( | string | accountId, |
| Func< string, Portfolio > | create | ||
| ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| Position ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrCreatePosition | ( | Portfolio | portfolio, |
| Security | security, | ||
| Func< Portfolio, Security, Position > | create | ||
| ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| Security ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrCreateSecurity | ( | string | id, |
| Func< string, Security > | create | ||
| ) |
Implements ATAS.DataFeedsCore.IEntityFactory.
| IEnumerable< Order > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrders | ( | DateTime | from, |
| DateTime | to, | ||
| IEnumerable< string > | accounts, | ||
| IEnumerable< string > | securities | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Order > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetOrders | ( | string | accountId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Portfolio ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPortfolio | ( | string | accountId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< PortfolioChange > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPortfolioChanges | ( | DateTime | from, |
| DateTime | to, | ||
| IEnumerable< string > | accounts | ||
| ) |
| IEnumerable< PortfolioChange > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPortfolioChanges | ( | string | accountId, |
| DateTime | from, | ||
| DateTime | to | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Portfolio > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPortfolios | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< PortfolioViewer > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPortfolioViewers | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< MyTrade > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPositionMyTrdades | ( | Position | position | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Position > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPositions | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Position > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPositions | ( | string | accountId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Security > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetPositionSecurities | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< Security > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetSecurities | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< Security > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetSecurities | ( | string | code, |
| string | exchange | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< Security > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetSecuritiesByExchange | ( | string | exchange | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Security ATAS.DataFeedsCore.Database.Cache< TConnection >.GetSecurity | ( | string | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< SecurityMargin > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetSecurityMargins | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| IEnumerable< ServerPnL > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetServerPnL | ( | DateTime | from, |
| DateTime | to | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| User ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUser | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| User ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUser | ( | string | login | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
|
protected |
| UserGroup ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUserGroup | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< UserGroup > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUserGroups | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< UserGroup > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUserGroups | ( | UserGroup | parent | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| UserRole ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUserRole | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< UserRole > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUserRoles | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< User > ATAS.DataFeedsCore.Database.Cache< TConnection >.GetUsers | ( | UserGroup | group | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| string ATAS.DataFeedsCore.Database.Cache< TConnection >.GetValue | ( | string | name | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Init | ( | bool | isServer | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
|
protected |
| T | : | class |
|
protected |
| T | : | class |
|
protected |
| T | : | class |
| ICollection< Security > ATAS.DataFeedsCore.Database.Cache< TConnection >.LoadAllSecurities | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| ICollection< OvernightSwapValue > ATAS.DataFeedsCore.Database.Cache< TConnection >.LoadAllSwapValues | ( | ) |
|
protectedvirtual |
|
protected |
|
protected |
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Remove | ( | Exchange | exchange | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Remove | ( | InstrumentExchange | instrumentExchange | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Remove | ( | MyTrade | trade | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | CommissionGroup | commissionGroup, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | Exchange | exchange, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | HistoryMyTrade | trade, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | IEnumerable< Security > | securities, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | InstrumentExchange | instrumentExchange, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | MyTrade | trade, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | News | news, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | Order | order, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | Portfolio | portfolio, |
| bool | extended, | ||
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | PortfolioChange | portfolioChange, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | PortfolioState | portfolioState, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | PortfolioViewer | viewer, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | Position | position, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | Security | security, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | SecurityMargin | margin, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | User | user, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | UserGroup | group, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Save | ( | UserRole | role, |
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.SetValue | ( | string | name, |
| string | value, | ||
| bool | wait = false |
||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| override string ATAS.DataFeedsCore.Database.Cache< TConnection >.ToString | ( | ) |
Returns a string that represents the current object.
| CommissionGroup ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetCommissionGroup | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| CommissionGroup ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetCommissionGroup | ( | Portfolio | portfolio | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Exchange ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetExchange | ( | string | code | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| InstrumentExchange ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetInstrumentExchange | ( | string | instrument | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Exchange ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetInstrumentExchange | ( | string | instrument, |
| string | code | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| MyTrade ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetMyTrade | ( | string | accountId, |
| string | tradeId, | ||
| bool | searchInDb | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Order ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetOrder | ( | string | accountId, |
| long | extId, | ||
| bool | searchInDb | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Portfolio ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetPortfolio | ( | string | accountId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| PortfolioViewer ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetPortfolioViewer | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| Position ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetPosition | ( | string | accountId, |
| string | securityId | ||
| ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| SecurityMargin ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetSecurityMargin | ( | string | securityId | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| UserGroup ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetUserGroup | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| UserRole ATAS.DataFeedsCore.Database.Cache< TConnection >.TryGetUserRole | ( | long | id | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.Wait | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
| void ATAS.DataFeedsCore.Database.Cache< TConnection >.WaitInitialized | ( | ) |
Implements ATAS.DataFeedsCore.Database.ICache.
|
getset |
Implements ATAS.DataFeedsCore.Database.ICache.
|
getset |
Implements ATAS.DataFeedsCore.Database.ICache.
|
get |
|
get |
|
get |
Implements ATAS.DataFeedsCore.Database.ICache.
|
get |
Implements ATAS.DataFeedsCore.Database.ICache.
|
get |
Implements ATAS.DataFeedsCore.Database.ICache.
|
get |
Implements ATAS.DataFeedsCore.Database.ICache.
|
get |
|
get |