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