Class: Quickfix::ExtraordinaryEventAdjustmentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExtraordinaryEventAdjustmentMethod

Returns a new instance of ExtraordinaryEventAdjustmentMethod.



64473
64474
64475
64476
64477
64478
64479
# File 'lib/quickfix_fields.rb', line 64473

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