Class: Quickfix::LegDeliveryStreamNotionalConversionFactor
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDeliveryStreamNotionalConversionFactor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamNotionalConversionFactor
constructor
A new instance of LegDeliveryStreamNotionalConversionFactor.
Methods inherited from DoubleField
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
.field ⇒ Object
48532 48533 48534 |
# File 'lib/quickfix_fields.rb', line 48532 def LegDeliveryStreamNotionalConversionFactor.field return 41449 end |