Class: Quickfix::DeliveryScheduleNotionalUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryScheduleNotionalUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleNotionalUnitOfMeasure
constructor
A new instance of DeliveryScheduleNotionalUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleNotionalUnitOfMeasure
Returns a new instance of DeliveryScheduleNotionalUnitOfMeasure.
41606 41607 41608 41609 41610 41611 41612 |
# File 'lib/quickfix_fields.rb', line 41606 def initialize(data = nil) if( data == nil ) super(41041) else super(41041, data) end end |
Class Method Details
.field ⇒ Object
41603 41604 41605 |
# File 'lib/quickfix_fields.rb', line 41603 def DeliveryScheduleNotionalUnitOfMeasure.field return 41041 end |