Class: Quickfix::StreamCalculationRollConvention

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

Returns a new instance of StreamCalculationRollConvention.



28398
28399
28400
28401
28402
28403
28404
# File 'lib/quickfix_fields.rb', line 28398

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

Class Method Details

.fieldObject



28395
28396
28397
# File 'lib/quickfix_fields.rb', line 28395

def StreamCalculationRollConvention.field
  return 40084
end