Class: Quickfix::QuoteType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteType
constructor
A new instance of QuoteType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteType
7364 7365 7366 7367 7368 7369 7370 |
# File 'lib/quickfix_fields.rb', line 7364 def initialize(data = nil) if( data == nil ) super(537) else super(537, data) end end |
Class Method Details
.field ⇒ Object
7361 7362 7363 |
# File 'lib/quickfix_fields.rb', line 7361 def QuoteType.field return 537 end |