Class: Quickfix::PartyActionResponse
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyActionResponse
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyActionResponse
constructor
A new instance of PartyActionResponse.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PartyActionResponse
Returns a new instance of PartyActionResponse.
56803 56804 56805 56806 56807 56808 56809 |
# File 'lib/quickfix_fields.rb', line 56803 def initialize(data = nil) if( data == nil ) super(2332) else super(2332, data) end end |
Class Method Details
.field ⇒ Object
56800 56801 56802 |
# File 'lib/quickfix_fields.rb', line 56800 def PartyActionResponse.field return 2332 end |