Class: Quickfix::LegExtraordinaryEventAdjustmentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExtraordinaryEventAdjustmentMethod



64525
64526
64527
64528
64529
64530
64531
# File 'lib/quickfix_fields.rb', line 64525

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