Class: Quickfix::ListRejectReason
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ListRejectReason
Returns a new instance of ListRejectReason.
10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/quickfix_fields.rb', line 10965 def initialize(data = nil) if( data == nil ) super(1386) else super(1386, data) end end |
Class Method Details
.field ⇒ Object
10962 10963 10964 |
# File 'lib/quickfix_fields.rb', line 10962 def ListRejectReason.field return 1386 end |