Class: Quickfix::ParentMktSegmID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ParentMktSegmID
Returns a new instance of 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 |
Class Method Details
.field ⇒ Object
17735 17736 17737 |
# File 'lib/quickfix_fields.rb', line 17735 def ParentMktSegmID.field return 1325 end |