Class: Quickfix::PhysicalSettlDeliverableObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PhysicalSettlDeliverableObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PhysicalSettlDeliverableObligationType
constructor
A new instance of PhysicalSettlDeliverableObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PhysicalSettlDeliverableObligationType
30036 30037 30038 30039 30040 30041 30042 |
# File 'lib/quickfix_fields.rb', line 30036 def initialize(data = nil) if( data == nil ) super(40210) else super(40210, data) end end |
Class Method Details
.field ⇒ Object
30033 30034 30035 |
# File 'lib/quickfix_fields.rb', line 30033 def PhysicalSettlDeliverableObligationType.field return 40210 end |