Class: Quickfix::LegDeliveryStreamNegativeTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDeliveryStreamNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamNegativeTolerance
constructor
A new instance of LegDeliveryStreamNegativeTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamNegativeTolerance
Returns a new instance of LegDeliveryStreamNegativeTolerance.
48444 48445 48446 48447 48448 48449 48450 |
# File 'lib/quickfix_fields.rb', line 48444 def initialize(data = nil) if( data == nil ) super(41442) else super(41442, data) end end |
Class Method Details
.field ⇒ Object
48441 48442 48443 |
# File 'lib/quickfix_fields.rb', line 48441 def LegDeliveryStreamNegativeTolerance.field return 41442 end |