Class: Quickfix::LegDeliveryStreamToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryStreamToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamToleranceType
constructor
A new instance of LegDeliveryStreamToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamToleranceType
Returns a new instance of LegDeliveryStreamToleranceType.
48483 48484 48485 48486 48487 48488 48489 |
# File 'lib/quickfix_fields.rb', line 48483 def initialize(data = nil) if( data == nil ) super(41445) else super(41445, data) end end |
Class Method Details
.field ⇒ Object
48480 48481 48482 |
# File 'lib/quickfix_fields.rb', line 48480 def LegDeliveryStreamToleranceType.field return 41445 end |