Class: Quickfix::LegDeliveryStreamNotionalConversionFactor

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

Returns a new instance of LegDeliveryStreamNotionalConversionFactor.



48535
48536
48537
48538
48539
48540
48541
# File 'lib/quickfix_fields.rb', line 48535

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

Class Method Details

.fieldObject



48532
48533
48534
# File 'lib/quickfix_fields.rb', line 48532

def LegDeliveryStreamNotionalConversionFactor.field
  return 41449
end