Class: Quickfix::NoMDFeedTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMDFeedTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMDFeedTypes
constructor
A new instance of NoMDFeedTypes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMDFeedTypes
Returns a new instance of NoMDFeedTypes.
15242 15243 15244 15245 15246 15247 15248 |
# File 'lib/quickfix_fields.rb', line 15242 def initialize(data = nil) if( data == nil ) super(1141) else super(1141, data) end end |
Class Method Details
.field ⇒ Object
15239 15240 15241 |
# File 'lib/quickfix_fields.rb', line 15239 def NoMDFeedTypes.field return 1141 end |