Class: Quickfix::UnderlyingComplexEventScheduleFrequencyUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyUnit

Returns a new instance of UnderlyingComplexEventScheduleFrequencyUnit.



52864
52865
52866
52867
52868
52869
52870
# File 'lib/quickfix_fields.rb', line 52864

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

Class Method Details

.fieldObject



52861
52862
52863
# File 'lib/quickfix_fields.rb', line 52861

def UnderlyingComplexEventScheduleFrequencyUnit.field
  return 41754
end