Class: Quickfix::UnderlyingStreamCalculationRollConvention

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

Returns a new instance of UnderlyingStreamCalculationRollConvention.



34664
34665
34666
34667
34668
34669
34670
# File 'lib/quickfix_fields.rb', line 34664

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

Class Method Details

.fieldObject



34661
34662
34663
# File 'lib/quickfix_fields.rb', line 34661

def UnderlyingStreamCalculationRollConvention.field
  return 40567
end