Class: Quickfix::SettlInstReqRejCode
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlInstReqRejCode
Returns a new instance of SettlInstReqRejCode.
10796 10797 10798 10799 10800 10801 10802 |
# File 'lib/quickfix_fields.rb', line 10796 def initialize(data = nil) if( data == nil ) super(792) else super(792, data) end end |
Class Method Details
.field ⇒ Object
10793 10794 10795 |
# File 'lib/quickfix_fields.rb', line 10793 def SettlInstReqRejCode.field return 792 end |