Class: Quickfix::UnderlyingDeliveryStreamNegativeTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDeliveryStreamNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamNegativeTolerance
constructor
A new instance of UnderlyingDeliveryStreamNegativeTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamNegativeTolerance
Returns a new instance of UnderlyingDeliveryStreamNegativeTolerance.
53345 53346 53347 53348 53349 53350 53351 |
# File 'lib/quickfix_fields.rb', line 53345 def initialize(data = nil) if( data == nil ) super(41790) else super(41790, data) end end |
Class Method Details
.field ⇒ Object
53342 53343 53344 |
# File 'lib/quickfix_fields.rb', line 53342 def .field return 41790 end |