Class: Quickfix::LegStreamCalculationFrequencyUnit

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

Returns a new instance of LegStreamCalculationFrequencyUnit.



30868
30869
30870
30871
30872
30873
30874
# File 'lib/quickfix_fields.rb', line 30868

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

Class Method Details

.fieldObject



30865
30866
30867
# File 'lib/quickfix_fields.rb', line 30865

def LegStreamCalculationFrequencyUnit.field
  return 40275
end