Class: Quickfix::PartyDetailRequestResult

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyDetailRequestResult



24563
24564
24565
24566
24567
24568
24569
# File 'lib/quickfix_fields.rb', line 24563

def initialize(data = nil)
  if( data == nil )
    super(1877)
  else
    super(1877, data)
  end
end