Class: Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingentPartySide
constructor
A new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingentPartySide
Returns a new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.
53254 53255 53256 53257 53258 53259 53260 |
# File 'lib/quickfix_fields.rb', line 53254 def initialize(data = nil) if( data == nil ) super(41784) else super(41784, data) end end |