Class: Quickfix::NoMDFeedTypes
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoMDFeedTypes
Returns a new instance of NoMDFeedTypes.
8677 8678 8679 8680 8681 8682 8683 |
# File 'lib/quickfix_fields.rb', line 8677 def initialize(data = nil) if( data == nil ) super(1141) else super(1141, data) end end |
Class Method Details
.field ⇒ Object
8674 8675 8676 |
# File 'lib/quickfix_fields.rb', line 8674 def NoMDFeedTypes.field return 1141 end |