Class: Quickfix::PosAmtMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosAmtMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosAmtMarketSegmentID
constructor
A new instance of PosAmtMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosAmtMarketSegmentID
40384 40385 40386 40387 40388 40389 40390 |
# File 'lib/quickfix_fields.rb', line 40384 def initialize(data = nil) if( data == nil ) super(2099) else super(2099, data) end end |
Class Method Details
.field ⇒ Object
40381 40382 40383 |
# File 'lib/quickfix_fields.rb', line 40381 def PosAmtMarketSegmentID.field return 2099 end |