Class: Quickfix::LegStreamCalculationRollConvention

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

Returns a new instance of LegStreamCalculationRollConvention.



30881
30882
30883
30884
30885
30886
30887
# File 'lib/quickfix_fields.rb', line 30881

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

Class Method Details

.fieldObject



30878
30879
30880
# File 'lib/quickfix_fields.rb', line 30878

def LegStreamCalculationRollConvention.field
  return 40276
end