Class: Quickfix::SettlInstReqRejCode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlInstReqRejCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlInstReqRejCode
constructor
A new instance of SettlInstReqRejCode.
Constructor Details
#initialize(data = nil) ⇒ SettlInstReqRejCode
Returns a new instance of SettlInstReqRejCode.
9210 9211 9212 9213 9214 9215 9216 |
# File 'lib/quickfix_fields.rb', line 9210 def initialize(data = nil) if( data == nil ) super(792) else super(792, data) end end |
Class Method Details
.field ⇒ Object
9207 9208 9209 |
# File 'lib/quickfix_fields.rb', line 9207 def SettlInstReqRejCode.field return 792 end |