Class: Quickfix::SecurityMassTradingEvent

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityMassTradingEvent

Returns a new instance of SecurityMassTradingEvent.



21560
21561
21562
21563
21564
21565
21566
# File 'lib/quickfix_fields.rb', line 21560

def initialize(data = nil)
	if( data == nil )
		super(1680)
	else
		super(1680, data)
	end
end