Class: Quickfix::QuoteRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteRejectReason
constructor
A new instance of QuoteRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteRejectReason
Returns a new instance of QuoteRejectReason.
3789 3790 3791 3792 3793 3794 3795 |
# File 'lib/quickfix_fields.rb', line 3789 def initialize(data = nil) if( data == nil ) super(300) else super(300, data) end end |
Class Method Details
.field ⇒ Object
3786 3787 3788 |
# File 'lib/quickfix_fields.rb', line 3786 def QuoteRejectReason.field return 300 end |