Class: Quickfix::PartyActionResponse
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PartyActionResponse
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyActionResponse
constructor
A new instance of PartyActionResponse.
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 |