Class: Quickfix::UnderlyingExtraordinaryEventAdjustmentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryEventAdjustmentMethod

Returns a new instance of UnderlyingExtraordinaryEventAdjustmentMethod.



72364
72365
72366
72367
72368
72369
72370
# File 'lib/quickfix_fields.rb', line 72364

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