Class: Quickfix::LegDeliveryStreamToleranceOptionSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryStreamToleranceOptionSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamToleranceOptionSide
constructor
A new instance of LegDeliveryStreamToleranceOptionSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamToleranceOptionSide
Returns a new instance of LegDeliveryStreamToleranceOptionSide.
48496 48497 48498 48499 48500 48501 48502 |
# File 'lib/quickfix_fields.rb', line 48496 def initialize(data = nil) if( data == nil ) super(41446) else super(41446, data) end end |
Class Method Details
.field ⇒ Object
48493 48494 48495 |
# File 'lib/quickfix_fields.rb', line 48493 def LegDeliveryStreamToleranceOptionSide.field return 41446 end |