Class: Quickfix::UnderlyingDeliveryStreamToleranceUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamToleranceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceUnitOfMeasure
constructor
A new instance of UnderlyingDeliveryStreamToleranceUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamToleranceUnitOfMeasure
Returns a new instance of UnderlyingDeliveryStreamToleranceUnitOfMeasure.
53371 53372 53373 53374 53375 53376 53377 |
# File 'lib/quickfix_fields.rb', line 53371 def initialize(data = nil) if( data == nil ) super(41792) else super(41792, data) end end |
Class Method Details
.field ⇒ Object
53368 53369 53370 |
# File 'lib/quickfix_fields.rb', line 53368 def .field return 41792 end |