Method: Quickfix50Sp1::MarketDataSnapshotFullRefresh#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ MarketDataSnapshotFullRefresh
Returns a new instance of MarketDataSnapshotFullRefresh.
5149 5150 5151 5152 |
# File 'lib/quickfix50sp1.rb', line 5149 def initialize super getHeader().setField( Quickfix::MsgType.new("W") ) end |