Class: Quickfix::LegPhysicalSettlDeliverableObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPhysicalSettlDeliverableObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPhysicalSettlDeliverableObligationType
constructor
A new instance of LegPhysicalSettlDeliverableObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPhysicalSettlDeliverableObligationType
Returns a new instance of LegPhysicalSettlDeliverableObligationType.
50628 50629 50630 50631 50632 50633 50634 |
# File 'lib/quickfix_fields.rb', line 50628 def initialize(data = nil) if( data == nil ) super(41605) else super(41605, data) end end |
Class Method Details
.field ⇒ Object
50625 50626 50627 |
# File 'lib/quickfix_fields.rb', line 50625 def LegPhysicalSettlDeliverableObligationType.field return 41605 end |