Class: Quickfix::ListRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ListRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListRejectReason
constructor
A new instance of ListRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ListRejectReason
Returns a new instance of ListRejectReason.
18401 18402 18403 18404 18405 18406 18407 |
# File 'lib/quickfix_fields.rb', line 18401 def initialize(data = nil) if( data == nil ) super(1386) else super(1386, data) end end |
Class Method Details
.field ⇒ Object
18398 18399 18400 |
# File 'lib/quickfix_fields.rb', line 18398 def ListRejectReason.field return 1386 end |