Class: Quickfix::CollRptRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CollRptRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollRptRejectReason
constructor
A new instance of CollRptRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CollRptRejectReason
Returns a new instance of CollRptRejectReason.
61639 61640 61641 61642 61643 61644 61645 |
# File 'lib/quickfix_fields.rb', line 61639 def initialize(data = nil) if( data == nil ) super(2487) else super(2487, data) end end |
Class Method Details
.field ⇒ Object
61636 61637 61638 |
# File 'lib/quickfix_fields.rb', line 61636 def CollRptRejectReason.field return 2487 end |