Class: Quickfix::LegDeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingentPartySide
constructor
A new instance of LegDeliveryStreamDeliveryContingentPartySide.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingentPartySide
Returns a new instance of LegDeliveryStreamDeliveryContingentPartySide.
48353 48354 48355 48356 48357 48358 48359 |
# File 'lib/quickfix_fields.rb', line 48353 def initialize(data = nil) if( data == nil ) super(41436) else super(41436, data) end end |