Class: Quickfix::NotAffectedMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::NotAffectedMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NotAffectedMarketSegmentID
constructor
A new instance of NotAffectedMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ NotAffectedMarketSegmentID
Returns a new instance of NotAffectedMarketSegmentID.
23458 23459 23460 23461 23462 23463 23464 |
# File 'lib/quickfix_fields.rb', line 23458 def initialize(data = nil) if( data == nil ) super(1794) else super(1794, data) end end |
Class Method Details
.field ⇒ Object
23455 23456 23457 |
# File 'lib/quickfix_fields.rb', line 23455 def NotAffectedMarketSegmentID.field return 1794 end |