Class: Quickfix::ParentMktSegmID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ParentMktSegmID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ParentMktSegmID
constructor
A new instance of ParentMktSegmID.
Constructor Details
#initialize(data = nil) ⇒ ParentMktSegmID
17738 17739 17740 17741 17742 17743 17744 |
# File 'lib/quickfix_fields.rb', line 17738 def initialize(data = nil) if( data == nil ) super(1325) else super(1325, data) end end |