Class: Quickfix::SideRegulatoryTradeIDEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideRegulatoryTradeIDEvent

Returns a new instance of SideRegulatoryTradeIDEvent.



25850
25851
25852
25853
25854
25855
25856
# File 'lib/quickfix_fields.rb', line 25850

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