Class: Quickfix::SecurityResponseType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecurityResponseType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityResponseType
constructor
A new instance of SecurityResponseType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecurityResponseType
Returns a new instance of SecurityResponseType.
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/quickfix_fields.rb', line 4088 def initialize(data = nil) if( data == nil ) super(323) else super(323, data) end end |
Class Method Details
.field ⇒ Object
4085 4086 4087 |
# File 'lib/quickfix_fields.rb', line 4085 def SecurityResponseType.field return 323 end |