Class: Quickfix::DeliveryStreamNotionalConversionFactor

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamNotionalConversionFactor

Returns a new instance of DeliveryStreamNotionalConversionFactor.



42100
42101
42102
42103
42104
42105
42106
# File 'lib/quickfix_fields.rb', line 42100

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

Class Method Details

.fieldObject



42097
42098
42099
# File 'lib/quickfix_fields.rb', line 42097

def DeliveryStreamNotionalConversionFactor.field
  return 41078
end