Class: Quickfix::UnderlyingStreamCalculationRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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