Class: Quickfix::PartyActionResponse

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



56800
56801
56802
# File 'lib/quickfix_fields.rb', line 56800

def PartyActionResponse.field
  return 2332
end