Class: Quickfix::ParentMktSegmID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ParentMktSegmID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ParentMktSegmID
constructor
A new instance of ParentMktSegmID.
Constructor Details
#initialize(data = nil) ⇒ ParentMktSegmID
Returns a new instance of ParentMktSegmID.
13591 13592 13593 13594 13595 13596 13597 |
# File 'lib/quickfix_fields.rb', line 13591 def initialize(data = nil) if( data == nil ) super(1325) else super(1325, data) end end |
Class Method Details
.field ⇒ Object
13588 13589 13590 |
# File 'lib/quickfix_fields.rb', line 13588 def ParentMktSegmID.field return 1325 end |