Class: Quickfix::TargetMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TargetMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetMarketSegmentID
constructor
A new instance of TargetMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TargetMarketSegmentID
Returns a new instance of TargetMarketSegmentID.
23406 23407 23408 23409 23410 23411 23412 |
# File 'lib/quickfix_fields.rb', line 23406 def initialize(data = nil) if( data == nil ) super(1790) else super(1790, data) end end |
Class Method Details
.field ⇒ Object
23403 23404 23405 |
# File 'lib/quickfix_fields.rb', line 23403 def TargetMarketSegmentID.field return 1790 end |