Class: Quickfix::MDSubFeedType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDSubFeedType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDSubFeedType
constructor
A new instance of MDSubFeedType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDSubFeedType
Returns a new instance of MDSubFeedType.
21599 21600 21601 21602 21603 21604 21605 |
# File 'lib/quickfix_fields.rb', line 21599 def initialize(data = nil) if( data == nil ) super(1683) else super(1683, data) end end |
Class Method Details
.field ⇒ Object
21596 21597 21598 |
# File 'lib/quickfix_fields.rb', line 21596 def MDSubFeedType.field return 1683 end |