Class: Quickfix::NoAltMDSource
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoAltMDSource
Returns a new instance of NoAltMDSource.
9899 9900 9901 9902 9903 9904 9905 |
# File 'lib/quickfix_fields.rb', line 9899 def initialize(data = nil) if( data == nil ) super(816) else super(816, data) end end |
Class Method Details
.field ⇒ Object
9896 9897 9898 |
# File 'lib/quickfix_fields.rb', line 9896 def NoAltMDSource.field return 816 end |