ICustomProvider
StockSharp.BusinessEntities
The custom provider.
Properties
All
public IEnumerable<T> All { get; }
value = iCustomProvider.All
All items.
Methods
Add
public void Add(T item)
iCustomProvider.Add(item)
Add.
- item
- Type of .
Remove
public void Remove(T item)
iCustomProvider.Remove(item)
Remove.
- item
- Type of .