Class: Quickfix::DeliveryStreamDeliveryPointSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryStreamDeliveryPointSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPointSource
constructor
A new instance of DeliveryStreamDeliveryPointSource.
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPointSource
Returns a new instance of DeliveryStreamDeliveryPointSource.
57024 57025 57026 57027 57028 57029 57030 |
# File 'lib/quickfix_fields.rb', line 57024 def initialize(data = nil) if( data == nil ) super(42192) else super(42192, data) end end |