OnixS BME SENAF Handler C++ library  2.2.0
API documentation
InstrumentType Struct Reference

#include <OnixS/Senaf/MarketData/Enumerations.h>

Public Types

enum  Enum {
  Undefined = 0x0, Bonds = 0x1, Strips = 0x2, Letras = 0x3,
  TreasuryRepoMEFE = 0x4, TreasuryRepoCNET = 0x5, RepoDeliverable = 0x6, Switch = 0x7,
  BilateralTreasuryRepo = 0x8, GGB = 0x9, CorporateNewIssues = 0xA, Cedulas = 0xB,
  FROBBonds = 0xC, Reserved1 = 0x10, Reserved2 = 0x12, Reserved3 = 0x1F
}
 

Static Public Member Functions

static Enum deserialize (const char *)
 
static const char * toString (Enum)
 

Detailed Description

Definition at line 127 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Instrument Types.

Enumerator
Undefined 

Undefined.

Bonds 

Bonds.

Strips 

Strips.

Letras 

Letras ("Bills").

TreasuryRepoMEFE 

Treasury Repo MEFE (Meffclear-Iberclear).

TreasuryRepoCNET 

Treasury Repo CNET (Clearnet-Iberclear).

RepoDeliverable 

Repo deliverable.

Switch 

Switch.

BilateralTreasuryRepo 

Bilateral Treasury Repo (No CCP-Iberclear).

GGB 

GGB (Government Guaranteed Corporate Bond).

CorporateNewIssues 

Corporate New Issues.

Cedulas 

Cedulas.

FROBBonds 

FROB Bonds.

Reserved1 

Reserved for other possible Repo instruments. For instance, GGB Repo MEFE, Treasury Repo LCH (LCH-EuroClear), ...

Reserved2 

Reserved for other possible Repo instruments. For instance, GGB Repo MEFE, Treasury Repo LCH (LCH-EuroClear), ...

Reserved3 

Reserved for other possible Repo instruments. For instance, GGB Repo MEFE, Treasury Repo LCH (LCH-EuroClear), ...

Definition at line 130 of file Enumerations.h.

Member Function Documentation

static Enum deserialize ( const char *  )
static

Deserializes constant from string representation.

static const char* toString ( Enum  )
static

Returns string representation.


The documentation for this struct was generated from the following file: