Class: Quickfix::DeliveryStreamEntryPoint
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DeliveryStreamEntryPoint
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamEntryPoint
constructor
A new instance of DeliveryStreamEntryPoint.
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamEntryPoint
Returns a new instance of DeliveryStreamEntryPoint.
41853 41854 41855 41856 41857 41858 41859 |
# File 'lib/quickfix_fields.rb', line 41853 def initialize(data = nil) if( data == nil ) super(41060) else super(41060, data) end end |