Class: Quickfix::NoAltMDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoAltMDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAltMDSource
constructor
A new instance of NoAltMDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoAltMDSource
Returns a new instance of NoAltMDSource.
11095 11096 11097 11098 11099 11100 11101 |
# File 'lib/quickfix_fields.rb', line 11095 def initialize(data = nil) if( data == nil ) super(816) else super(816, data) end end |
Class Method Details
.field ⇒ Object
11092 11093 11094 |
# File 'lib/quickfix_fields.rb', line 11092 def NoAltMDSource.field return 816 end |