Class: Quickfix::NoUnderlyingComplexEventCreditEvents

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

Returns a new instance of NoUnderlyingComplexEventCreditEvents.



52071
52072
52073
52074
52075
52076
52077
# File 'lib/quickfix_fields.rb', line 52071

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

Class Method Details

.fieldObject



52068
52069
52070
# File 'lib/quickfix_fields.rb', line 52068

def NoUnderlyingComplexEventCreditEvents.field
  return 41716
end