C# Класс FastQuant.InstrumentManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Instrument instrument, bool save = true ) : void
Clear ( ) : void
Contains ( string symbol ) : bool
Delete ( Instrument instrument ) : void
Delete ( int id ) : void
Delete ( string symbol ) : void
Dump ( ) : void
Get ( string symbol ) : Instrument
GetById ( int id ) : Instrument
InstrumentManager ( Framework framework, InstrumentServer server ) : System
Load ( ) : void
Save ( Instrument instrument ) : void
this ( string symbol ) : Instrument

Описание методов

Add() публичный метод

public Add ( Instrument instrument, bool save = true ) : void
instrument Instrument
save bool
Результат void

Clear() публичный метод

public Clear ( ) : void
Результат void

Contains() публичный метод

public Contains ( string symbol ) : bool
symbol string
Результат bool

Delete() публичный метод

public Delete ( Instrument instrument ) : void
instrument Instrument
Результат void

Delete() публичный метод

public Delete ( int id ) : void
id int
Результат void

Delete() публичный метод

public Delete ( string symbol ) : void
symbol string
Результат void

Dump() публичный метод

public Dump ( ) : void
Результат void

Get() публичный метод

public Get ( string symbol ) : Instrument
symbol string
Результат Instrument

GetById() публичный метод

public GetById ( int id ) : Instrument
id int
Результат Instrument

InstrumentManager() публичный метод

public InstrumentManager ( Framework framework, InstrumentServer server ) : System
framework Framework
server InstrumentServer
Результат System

Load() публичный метод

public Load ( ) : void
Результат void

Save() публичный метод

public Save ( Instrument instrument ) : void
instrument Instrument
Результат void

this() публичный метод

public this ( string symbol ) : Instrument
symbol string
Результат Instrument