Class: Quickfix::LegComplexEventCreditEventDayType

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

Returns a new instance of LegComplexEventCreditEventDayType.



47066
47067
47068
47069
47070
47071
47072
# File 'lib/quickfix_fields.rb', line 47066

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

Class Method Details

.fieldObject



47063
47064
47065
# File 'lib/quickfix_fields.rb', line 47063

def LegComplexEventCreditEventDayType.field
  return 41372
end