Class: Quickfix::NoComplexEventCreditEvents

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

Returns a new instance of NoComplexEventCreditEvents.



40735
40736
40737
40738
40739
40740
40741
# File 'lib/quickfix_fields.rb', line 40735

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

Class Method Details

.fieldObject



40732
40733
40734
# File 'lib/quickfix_fields.rb', line 40732

def NoComplexEventCreditEvents.field
  return 40997
end