Class: Quickfix::BusinessRejectReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::BusinessRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessRejectReason
constructor
A new instance of BusinessRejectReason.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ BusinessRejectReason
Returns a new instance of BusinessRejectReason.
4738 4739 4740 4741 4742 4743 4744 |
# File 'lib/quickfix_fields.rb', line 4738 def initialize(data = nil) if( data == nil ) super(380) else super(380, data) end end |
Class Method Details
.field ⇒ Object
4735 4736 4737 |
# File 'lib/quickfix_fields.rb', line 4735 def BusinessRejectReason.field return 380 end |