Class: Quickfix::NoExtraordinaryEvents

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

Returns a new instance of NoExtraordinaryEvents.



64408
64409
64410
64411
64412
64413
64414
# File 'lib/quickfix_fields.rb', line 64408

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

Class Method Details

.fieldObject



64405
64406
64407
# File 'lib/quickfix_fields.rb', line 64405

def NoExtraordinaryEvents.field
  return 42296
end