Class: Quickfix::MDQuoteType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MDQuoteType
Returns a new instance of MDQuoteType.
14345 14346 14347 14348 14349 14350 14351 |
# File 'lib/quickfix_fields.rb', line 14345 def initialize(data = nil) if( data == nil ) super(1070) else super(1070, data) end end |
Class Method Details
.field ⇒ Object
14342 14343 14344 |
# File 'lib/quickfix_fields.rb', line 14342 def MDQuoteType.field return 1070 end |