Class: Quickfix::UnderlyingDeliveryStreamElectingPartySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryStreamElectingPartySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamElectingPartySide
constructor
A new instance of UnderlyingDeliveryStreamElectingPartySide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamElectingPartySide
53462 53463 53464 53465 53466 53467 53468 |
# File 'lib/quickfix_fields.rb', line 53462 def initialize(data = nil) if( data == nil ) super(41799) else super(41799, data) end end |