Infront Data Manager Connect Client (.NET)
|
Inherits List< String >.
Public Member Functions | |
InstrumentList () | |
InstrumentList (List< string > instruments) | |
new void | Add (string item) |
Add a instrument to the list. More... | |
override string | ToString () |
Returns a string representation of the instrument list. Each instrument is written in a separate line. More... | |
String | AsCompressedBase64String () |
void | AddFromCompressedBase64 (String compressedData) |
bool | LoadFromFile (String fileName) |
bool | AppendFromFile (String fileName) |
Represents a list of instruments. Each instrument is represented via a vwd code.
|
inline |
Initializes the instance.
|
inline |
Initializes the instance.
instruments | A list of instruments to initialize the InstrumentList with. |
|
inline |
Add a instrument to the list.
item | The instrument to add. |
|
inline |
BASE64 encoded list of instruments as a string.
|
inline |
Appends a list of instrument from a file.
fileName | Filename with list of instruments to add. Each instrument has to be in new line. |
|
inline |
The list of instruments as a compressed BASE64 encoded string.
CompressionHelper
|
inline |
Loads the instrument list from a file.
fileName | Filename with list of instruments to initialize list with. Each instrument has to be in new line. |
|
inline |
Returns a string representation of the instrument list. Each instrument is written in a separate line.
Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1