Class: Quickfix::UnderlyingDeliveryStreamToleranceOptionSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamToleranceOptionSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceOptionSide
constructor
A new instance of UnderlyingDeliveryStreamToleranceOptionSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceOptionSide
53397 53398 53399 53400 53401 53402 53403 |
# File 'lib/quickfix_fields.rb', line 53397 def initialize(data = nil) if( data == nil ) super(41794) else super(41794, data) end end |
Class Method Details
.field ⇒ Object
53394 53395 53396 |
# File 'lib/quickfix_fields.rb', line 53394 def .field return 41794 end |