Class: Quickfix50::MarketDataSnapshotFullRefresh

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

Defined Under Namespace

Classes: NoLegs, NoMDEntries, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeMarketDataSnapshotFullRefresh

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