Class: Quickfix::UnderlyingDeliveryScheduleNotionalUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryScheduleNotionalUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalUnitOfMeasure
constructor
A new instance of UnderlyingDeliveryScheduleNotionalUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalUnitOfMeasure
Returns a new instance of UnderlyingDeliveryScheduleNotionalUnitOfMeasure.
52942 52943 52944 52945 52946 52947 52948 |
# File 'lib/quickfix_fields.rb', line 52942 def initialize(data = nil) if( data == nil ) super(41760) else super(41760, data) end end |
Class Method Details
.field ⇒ Object
52939 52940 52941 |
# File 'lib/quickfix_fields.rb', line 52939 def .field return 41760 end |