Class: Quickfix::LegPhysicalSettlDeliverableObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPhysicalSettlDeliverableObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPhysicalSettlDeliverableObligationValue
constructor
A new instance of LegPhysicalSettlDeliverableObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPhysicalSettlDeliverableObligationValue
Returns a new instance of LegPhysicalSettlDeliverableObligationValue.
50641 50642 50643 50644 50645 50646 50647 |
# File 'lib/quickfix_fields.rb', line 50641 def initialize(data = nil) if( data == nil ) super(41606) else super(41606, data) end end |
Class Method Details
.field ⇒ Object
50638 50639 50640 |
# File 'lib/quickfix_fields.rb', line 50638 def LegPhysicalSettlDeliverableObligationValue.field return 41606 end |