Class: Quickfix::UnderlyingComplexEventCreditEventPeriod

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

Returns a new instance of UnderlyingComplexEventCreditEventPeriod.



52123
52124
52125
52126
52127
52128
52129
# File 'lib/quickfix_fields.rb', line 52123

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

Class Method Details

.fieldObject



52120
52121
52122
# File 'lib/quickfix_fields.rb', line 52120

def UnderlyingComplexEventCreditEventPeriod.field
  return 41720
end