Class: Quickfix::PartyActionResponse

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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