Class: Quickfix44::MarketDataSnapshotFullRefresh
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix44::MarketDataSnapshotFullRefresh
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoLegs, NoMDEntries, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ MarketDataSnapshotFullRefresh
constructor
A new instance of MarketDataSnapshotFullRefresh.
Constructor Details
#initialize ⇒ MarketDataSnapshotFullRefresh
Returns a new instance of MarketDataSnapshotFullRefresh.
2851 2852 2853 2854 |
# File 'lib/quickfix44.rb', line 2851 def initialize super getHeader().setField( Quickfix::MsgType.new("W") ) end |