Class: Quickfix::QuoteResponseLevel
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteResponseLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteResponseLevel
constructor
A new instance of QuoteResponseLevel.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteResponseLevel
Returns a new instance of QuoteResponseLevel.
3802 3803 3804 3805 3806 3807 3808 |
# File 'lib/quickfix_fields.rb', line 3802 def initialize(data = nil) if( data == nil ) super(301) else super(301, data) end end |
Class Method Details
.field ⇒ Object
3799 3800 3801 |
# File 'lib/quickfix_fields.rb', line 3799 def QuoteResponseLevel.field return 301 end |