Class: Quickfix::MDBookType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDBookType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDBookType
constructor
A new instance of MDBookType.
Constructor Details
#initialize(data = nil) ⇒ MDBookType
Returns a new instance of MDBookType.
10809 10810 10811 10812 10813 10814 10815 |
# File 'lib/quickfix_fields.rb', line 10809 def initialize(data = nil) if( data == nil ) super(1021) else super(1021, data) end end |
Class Method Details
.field ⇒ Object
10806 10807 10808 |
# File 'lib/quickfix_fields.rb', line 10806 def MDBookType.field return 1021 end |