Class: Quickfix::DeliveryStreamToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryStreamToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamToleranceType
constructor
A new instance of DeliveryStreamToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamToleranceType
Returns a new instance of DeliveryStreamToleranceType.
42048 42049 42050 42051 42052 42053 42054 |
# File 'lib/quickfix_fields.rb', line 42048 def initialize(data = nil) if( data == nil ) super(41074) else super(41074, data) end end |
Class Method Details
.field ⇒ Object
42045 42046 42047 |
# File 'lib/quickfix_fields.rb', line 42045 def DeliveryStreamToleranceType.field return 41074 end |