Class: Quickfix::SideMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideMarketSegmentID
constructor
A new instance of SideMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideMarketSegmentID
Returns a new instance of SideMarketSegmentID.
24836 24837 24838 24839 24840 24841 24842 |
# File 'lib/quickfix_fields.rb', line 24836 def initialize(data = nil) if( data == nil ) super(1898) else super(1898, data) end end |
Class Method Details
.field ⇒ Object
24833 24834 24835 |
# File 'lib/quickfix_fields.rb', line 24833 def SideMarketSegmentID.field return 1898 end |