Class: Quickfix::UnderlyingDeliveryStreamTotalPositiveTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDeliveryStreamTotalPositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTotalPositiveTolerance
constructor
A new instance of UnderlyingDeliveryStreamTotalPositiveTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamTotalPositiveTolerance
Returns a new instance of UnderlyingDeliveryStreamTotalPositiveTolerance.
53410 53411 53412 53413 53414 53415 53416 |
# File 'lib/quickfix_fields.rb', line 53410 def initialize(data = nil) if( data == nil ) super(41795) else super(41795, data) end end |
Class Method Details
.field ⇒ Object
53407 53408 53409 |
# File 'lib/quickfix_fields.rb', line 53407 def .field return 41795 end |