Class: Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPhysicalSettlDeliverableObligationValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPhysicalSettlDeliverableObligationValue
constructor
A new instance of UnderlyingPhysicalSettlDeliverableObligationValue.
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 |