IQueryRunnerGetAccountEquity Method (Int64) |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
IEnumerable<IAccountEquityPoint> GetAccountEquity( long systemId )
var equities = from eq in C2EQUITY where eq.SystemId == 123456 select new AccountEquityPoint() { DateTime = eq.DateTime, SystemId = eq.SystemId, Value = eq.Value };