Class: Quickfix42::MarketDataSnapshotFullRefresh

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

Defined Under Namespace

Classes: NoMDEntries

Instance Method Summary collapse

Constructor Details

#initializeMarketDataSnapshotFullRefresh

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