Class: Quickfix::UnderlyingDeliveryScheduleToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleToleranceType
constructor
A new instance of UnderlyingDeliveryScheduleToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleToleranceType
Returns a new instance of UnderlyingDeliveryScheduleToleranceType.
53007 53008 53009 53010 53011 53012 53013 |
# File 'lib/quickfix_fields.rb', line 53007 def initialize(data = nil) if( data == nil ) super(41765) else super(41765, data) end end |
Class Method Details
.field ⇒ Object
53004 53005 53006 |
# File 'lib/quickfix_fields.rb', line 53004 def UnderlyingDeliveryScheduleToleranceType.field return 41765 end |