Class: Quickfix::DeliveryStreamTotalPositiveTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DeliveryStreamTotalPositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamTotalPositiveTolerance
constructor
A new instance of DeliveryStreamTotalPositiveTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamTotalPositiveTolerance
Returns a new instance of DeliveryStreamTotalPositiveTolerance.
42074 42075 42076 42077 42078 42079 42080 |
# File 'lib/quickfix_fields.rb', line 42074 def initialize(data = nil) if( data == nil ) super(41076) else super(41076, data) end end |
Class Method Details
.field ⇒ Object
42071 42072 42073 |
# File 'lib/quickfix_fields.rb', line 42071 def DeliveryStreamTotalPositiveTolerance.field return 41076 end |