Class: Quickfix::UnderlyingComplexEventScheduleFrequencyPeriod

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

Returns a new instance of UnderlyingComplexEventScheduleFrequencyPeriod.



52851
52852
52853
52854
52855
52856
52857
# File 'lib/quickfix_fields.rb', line 52851

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

Class Method Details

.fieldObject



52848
52849
52850
# File 'lib/quickfix_fields.rb', line 52848

def UnderlyingComplexEventScheduleFrequencyPeriod.field
  return 41753
end