Class: Quickfix::RelatedMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedMarketSegmentID
constructor
A new instance of RelatedMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedMarketSegmentID
Returns a new instance of RelatedMarketSegmentID.
62107 62108 62109 62110 62111 62112 62113 |
# File 'lib/quickfix_fields.rb', line 62107 def initialize(data = nil) if( data == nil ) super(2546) else super(2546, data) end end |
Class Method Details
.field ⇒ Object
62104 62105 62106 |
# File 'lib/quickfix_fields.rb', line 62104 def .field return 2546 end |