Class: Quickfix::LegComplexEventCreditEventPeriod

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

Returns a new instance of LegComplexEventCreditEventPeriod.



47040
47041
47042
47043
47044
47045
47046
# File 'lib/quickfix_fields.rb', line 47040

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

Class Method Details

.fieldObject



47037
47038
47039
# File 'lib/quickfix_fields.rb', line 47037

def LegComplexEventCreditEventPeriod.field
  return 41370
end