Class: Quickfix::UnderlyingDeliveryStreamNotionalConversionFactor

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

Returns a new instance of UnderlyingDeliveryStreamNotionalConversionFactor.



53436
53437
53438
53439
53440
53441
53442
# File 'lib/quickfix_fields.rb', line 53436

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

Class Method Details

.fieldObject



53433
53434
53435
# File 'lib/quickfix_fields.rb', line 53433

def UnderlyingDeliveryStreamNotionalConversionFactor.field
  return 41797
end