Class: Quickfix::DeliveryStreamNotionalConversionFactor

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

Instance Method Summary collapse

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