Class: Quickfix::DeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryContingentPartySide
constructor
A new instance of DeliveryStreamDeliveryContingentPartySide.
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryContingentPartySide
Returns a new instance of DeliveryStreamDeliveryContingentPartySide.
41918 41919 41920 41921 41922 41923 41924 |
# File 'lib/quickfix_fields.rb', line 41918 def initialize(data = nil) if( data == nil ) super(41065) else super(41065, data) end end |