Class: Quickfix::ComplexEventCreditEventDayType

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

Returns a new instance of ComplexEventCreditEventDayType.



40813
40814
40815
40816
40817
40818
40819
# File 'lib/quickfix_fields.rb', line 40813

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

Class Method Details

.fieldObject



40810
40811
40812
# File 'lib/quickfix_fields.rb', line 40810

def ComplexEventCreditEventDayType.field
  return 41003
end