Class: Quickfix::RegistRejReasonCode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RegistRejReasonCode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistRejReasonCode
constructor
A new instance of RegistRejReasonCode.
Constructor Details
#initialize(data = nil) ⇒ RegistRejReasonCode
Returns a new instance of RegistRejReasonCode.
6974 6975 6976 6977 6978 6979 6980 |
# File 'lib/quickfix_fields.rb', line 6974 def initialize(data = nil) if( data == nil ) super(507) else super(507, data) end end |