Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPhysicalSettlDeliverableObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationType
constructor
A new instance of UnderlyingPhysicalSettlDeliverableObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationType
Returns a new instance of UnderlyingPhysicalSettlDeliverableObligationType.
58688 58689 58690 58691 58692 58693 58694 |
# File 'lib/quickfix_fields.rb', line 58688 def initialize(data = nil) if( data == nil ) super(42066) else super(42066, data) end end |
Class Method Details
.field ⇒ Object
58685 58686 58687 |
# File 'lib/quickfix_fields.rb', line 58685 def UnderlyingPhysicalSettlDeliverableObligationType.field return 42066 end |