Class: Quickfix::SessionRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SessionRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SessionRejectReason
constructor
A new instance of SessionRejectReason.
Constructor Details
#initialize(data = nil) ⇒ SessionRejectReason
Returns a new instance of SessionRejectReason.
11628 11629 11630 11631 11632 11633 11634 |
# File 'lib/quickfix_fields.rb', line 11628 def initialize(data = nil) if( data == nil ) super(373) else super(373, data) end end |
Class Method Details
.field ⇒ Object
11625 11626 11627 |
# File 'lib/quickfix_fields.rb', line 11625 def SessionRejectReason.field return 373 end |