Class: Quickfix::UnderlyingExtraordinaryEventAdjustmentMethod

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) ⇒ 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

Class Method Details

.fieldObject



72361
72362
72363
# File 'lib/quickfix_fields.rb', line 72361

def UnderlyingExtraordinaryEventAdjustmentMethod.field
  return 2624
end