Class: Quickfix::LegExtraordinaryEventAdjustmentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegExtraordinaryEventAdjustmentMethod

Returns a new instance of 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

Class Method Details

.fieldObject



64522
64523
64524
# File 'lib/quickfix_fields.rb', line 64522

def LegExtraordinaryEventAdjustmentMethod.field
  return 2606
end