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