Class: Quickfix::UnderlyingDeliveryStreamToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceType
constructor
A new instance of UnderlyingDeliveryStreamToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceType
Returns a new instance of UnderlyingDeliveryStreamToleranceType.
53384 53385 53386 53387 53388 53389 53390 |
# File 'lib/quickfix_fields.rb', line 53384 def initialize(data = nil) if( data == nil ) super(41793) else super(41793, data) end end |
Class Method Details
.field ⇒ Object
53381 53382 53383 |
# File 'lib/quickfix_fields.rb', line 53381 def .field return 41793 end |