Class: Quickfix42::MarketDataSnapshotFullRefresh
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix42::MarketDataSnapshotFullRefresh
- Defined in:
- lib/quickfix42.rb
Defined Under Namespace
Classes: NoMDEntries
Instance Method Summary collapse
-
#initialize ⇒ MarketDataSnapshotFullRefresh
constructor
A new instance of MarketDataSnapshotFullRefresh.
Constructor Details
#initialize ⇒ MarketDataSnapshotFullRefresh
Returns a new instance of MarketDataSnapshotFullRefresh.
651 652 653 654 |
# File 'lib/quickfix42.rb', line 651 def initialize super getHeader().setField( Quickfix::MsgType.new("W") ) end |