Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationValue
constructor
A new instance of UnderlyingPhysicalSettlDeliverableObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationValue
Returns a new instance of UnderlyingPhysicalSettlDeliverableObligationValue.
58701 58702 58703 58704 58705 58706 58707 |
# File 'lib/quickfix_fields.rb', line 58701 def initialize(data = nil) if( data == nil ) super(42067) else super(42067, data) end end |
Class Method Details
.field ⇒ Object
58698 58699 58700 |
# File 'lib/quickfix_fields.rb', line 58698 def .field return 42067 end |