OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
MassInstrumentStateChange.h
Go to the documentation of this file.
1/*
2* Copyright Onix Solutions Limited [OnixS]. All rights reserved.
3*
4* This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
5* and international copyright treaties.
6*
7* Access to and use of the software is governed by the terms of the applicable OnixS Software
8* Services Agreement (the Agreement) and Customer end user license agreements granting
9* a non-assignable, non-transferable and non-exclusive license to use the software
10* for it's own data processing purposes under the terms defined in the Agreement.
11*
12* Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
13* of this source code or associated reference material to any other location for further reproduction
14* or redistribution, and any amendments to this copyright notice, are expressly prohibited.
15*
16* Any reproduction or redistribution for sale or hiring of the Software not in accordance with
17* the terms of the Agreement is a violation of copyright law.
18*/
19
20#pragma once
21
25
26namespace OnixS
27{
28 namespace Eurex
29 {
30 namespace MarketData
31 {
32 namespace EOBI
33 {
35 class ONIXS_EUREX_EMDI_API MassInstrumentStateChangeEntry : public DataContainer
36 {
37 public:
38
41
43 bool highPx(Decimal& price) const;
44
46 bool lowPx(Decimal& price) const;
47
50
53
56
59
62
65
67 void toString (std::string&) const;
68
69 private:
71
72 explicit
73 MassInstrumentStateChangeEntry (const void* data) ONIXS_EUREX_EMDI_NOEXCEPT;
74 };
75
77 class ONIXS_EUREX_EMDI_API MassInstrumentStateChangeEntries : public DataContainer
78 {
79 public:
82
84 MassInstrumentStateChangeEntry operator[] (size_t idx) const;
85
87 void toString (std::string&) const;
88
89 private:
91
92 explicit
93 MassInstrumentStateChangeEntries (const void* data) ONIXS_EUREX_EMDI_NOEXCEPT;
94 };
95
149 }
150 }
151 }
152}
#define ONIXS_EUREX_EMDI_OVERRIDE
Definition Compiler.h:134
#define ONIXS_EUREX_EMDI_NOEXCEPT
Definition Compiler.h:130
Decimal type for better precision.
Definition Numeric.h:66
void toString(std::string &) const
Appends text presentation.
size_t size() const ONIXS_EUREX_EMDI_NOEXCEPT
Number of entries.
EOBI::TESSecurityStatus::Enum tesSecurityStatus() const ONIXS_EUREX_EMDI_NOEXCEPT
EOBI::SecurityTradingStatus::Enum securityTradingStatus() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityTradingStatus.
EOBI::SoldOutIndicator::Enum soldOutIndicator() const ONIXS_EUREX_EMDI_NOEXCEPT
SoldOutIndicator.
bool lowPx(Decimal &price) const
Lower boundary price.
bool highPx(Decimal &price) const
Upper boundary price.
EOBI::SecurityTradingEvent::Enum securityTradingEvent() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityTradingEvent.
EOBI::MarketCondition::Enum marketCondition() const ONIXS_EUREX_EMDI_NOEXCEPT
MarketCondition.
UInt64 securityID() const ONIXS_EUREX_EMDI_NOEXCEPT
Security ID.
void toString(std::string &) const
Appends text presentation.
EOBI::SecurityStatus::Enum securityStatus() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityStatus.
SecurityMassTradingStatus::Enum securityMassTradingStatus() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityMassTradingStatus.
UInt64 transactTime() const ONIXS_EUREX_EMDI_NOEXCEPT
Transaction timestamp.
SecurityMassTradingEvent::Enum securityMassTradingEvent() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityMassTradingEvent.
MassMarketCondition::Enum massMarketCondition() const ONIXS_EUREX_EMDI_NOEXCEPT
MassMarketCondition.
MassInstrumentStateChangeEntries mdMassInstrumentStateChangeEntryGrp() const ONIXS_EUREX_EMDI_NOEXCEPT
Variable size array, record counter: NoRelatedSym.
void toString(std::string &) const ONIXS_EUREX_EMDI_OVERRIDE
Appends text presentation.
SecurityIDSource::Enum securityIDSource() const ONIXS_EUREX_EMDI_NOEXCEPT
Marketplace assigned identifier.
ProductComplex::Enum instrumentScopeProductComplex() const ONIXS_EUREX_EMDI_NOEXCEPT
ProductComplex.
EOBI::TESSecurityMassStatus::Enum tesSecurityMassStatus() const
LastFragment::Enum lastFragment() const ONIXS_EUREX_EMDI_NOEXCEPT
LastFragment.
MassSoldOutIndicator::Enum massSoldOutIndicator() const ONIXS_EUREX_EMDI_NOEXCEPT
MassSoldOutIndicator.
SecurityMassStatus::Enum securityMassStatus() const ONIXS_EUREX_EMDI_NOEXCEPT
SecurityMassStatus.
FastMarketIndicator::Enum fastMarketIndicator() const ONIXS_EUREX_EMDI_NOEXCEPT
FastMarketIndicator.
const DataSource & dataSource() const
Returns data source.
Definition MessageBase.h:56
MessageBase(const void *data, const DataSource &dataSource)
Definition MessageBase.h:62
STL namespace.