Class: Quickfix::MDMkt
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDMkt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDMkt
constructor
A new instance of MDMkt.
Constructor Details
#initialize(data = nil) ⇒ MDMkt
Returns a new instance of MDMkt.
11108 11109 11110 11111 11112 11113 11114 |
# File 'lib/quickfix_fields.rb', line 11108 def initialize(data = nil) if( data == nil ) super(275) else super(275, data) end end |
Class Method Details
.field ⇒ Object
11105 11106 11107 |
# File 'lib/quickfix_fields.rb', line 11105 def MDMkt.field return 275 end |