Class: Quickfix::PhysicalSettlDeliverableObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PhysicalSettlDeliverableObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PhysicalSettlDeliverableObligationValue
constructor
A new instance of PhysicalSettlDeliverableObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PhysicalSettlDeliverableObligationValue
Returns a new instance of PhysicalSettlDeliverableObligationValue.
30049 30050 30051 30052 30053 30054 30055 |
# File 'lib/quickfix_fields.rb', line 30049 def initialize(data = nil) if( data == nil ) super(40211) else super(40211, data) end end |
Class Method Details
.field ⇒ Object
30046 30047 30048 |
# File 'lib/quickfix_fields.rb', line 30046 def PhysicalSettlDeliverableObligationValue.field return 40211 end |