Class: Quickfix::EncodedMktSegmDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedMktSegmDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedMktSegmDesc
constructor
A new instance of EncodedMktSegmDesc.
Constructor Details
#initialize(data = nil) ⇒ EncodedMktSegmDesc
Returns a new instance of EncodedMktSegmDesc.
5726 5727 5728 5729 5730 5731 5732 |
# File 'lib/quickfix_fields.rb', line 5726 def initialize(data = nil) if( data == nil ) super(1398) else super(1398, data) end end |
Class Method Details
.field ⇒ Object
5723 5724 5725 |
# File 'lib/quickfix_fields.rb', line 5723 def EncodedMktSegmDesc.field return 1398 end |