Class: Quickfix50::MarketDataSnapshotFullRefresh
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50::MarketDataSnapshotFullRefresh
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoLegs, NoMDEntries, NoRoutingIDs, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ MarketDataSnapshotFullRefresh
constructor
A new instance of MarketDataSnapshotFullRefresh.
Constructor Details
#initialize ⇒ MarketDataSnapshotFullRefresh
Returns a new instance of MarketDataSnapshotFullRefresh.
3296 3297 3298 3299 |
# File 'lib/quickfix50.rb', line 3296 def initialize super getHeader().setField( Quickfix::MsgType.new("W") ) end |