Class: Quickfix::MDQuoteType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDQuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDQuoteType
constructor
A new instance of MDQuoteType.
Constructor Details
#initialize(data = nil) ⇒ MDQuoteType
Returns a new instance of MDQuoteType.
7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/quickfix_fields.rb', line 7533 def initialize(data = nil) if( data == nil ) super(1070) else super(1070, data) end end |
Class Method Details
.field ⇒ Object
7530 7531 7532 |
# File 'lib/quickfix_fields.rb', line 7530 def MDQuoteType.field return 1070 end |