Class: Quickfix::UnderlyingDeliveryStreamDeliveryPoint
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryStreamDeliveryPoint
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPoint
constructor
A new instance of UnderlyingDeliveryStreamDeliveryPoint.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryPoint
Returns a new instance of UnderlyingDeliveryStreamDeliveryPoint.
53215 53216 53217 53218 53219 53220 53221 |
# File 'lib/quickfix_fields.rb', line 53215 def initialize(data = nil) if( data == nil ) super(41781) else super(41781, data) end end |