Class: Quickfix::QuoteEntryRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteEntryRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteEntryRejectReason
constructor
A new instance of QuoteEntryRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteEntryRejectReason
Returns a new instance of QuoteEntryRejectReason.
4634 4635 4636 4637 4638 4639 4640 |
# File 'lib/quickfix_fields.rb', line 4634 def initialize(data = nil) if( data == nil ) super(368) else super(368, data) end end |
Class Method Details
.field ⇒ Object
4631 4632 4633 |
# File 'lib/quickfix_fields.rb', line 4631 def QuoteEntryRejectReason.field return 368 end |