Class: Quickfix::MaxPriceLevels
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MaxPriceLevels
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaxPriceLevels
constructor
A new instance of MaxPriceLevels.
Constructor Details
#initialize(data = nil) ⇒ MaxPriceLevels
Returns a new instance of MaxPriceLevels.
6 7 8 9 10 11 12 |
# File 'lib/quickfix_fields.rb', line 6 def initialize(data = nil) if( data == nil ) super(1090) else super(1090, data) end end |
Class Method Details
.field ⇒ Object
3 4 5 |
# File 'lib/quickfix_fields.rb', line 3 def MaxPriceLevels.field return 1090 end |