Class: Quickfix::QuoteRequestType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteRequestType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteRequestType
constructor
A new instance of QuoteRequestType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteRequestType
Returns a new instance of QuoteRequestType.
3828 3829 3830 3831 3832 3833 3834 |
# File 'lib/quickfix_fields.rb', line 3828 def initialize(data = nil) if( data == nil ) super(303) else super(303, data) end end |
Class Method Details
.field ⇒ Object
3825 3826 3827 |
# File 'lib/quickfix_fields.rb', line 3825 def QuoteRequestType.field return 303 end |