Class: Quickfix44::MarketDataSnapshotFullRefresh

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix44.rb

Defined Under Namespace

Classes: NoLegs, NoMDEntries, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeMarketDataSnapshotFullRefresh

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