Class: Quickfix::PartyDetailRequestResult

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) ⇒ PartyDetailRequestResult

Returns a new instance of 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

Class Method Details

.fieldObject



24560
24561
24562
# File 'lib/quickfix_fields.rb', line 24560

def PartyDetailRequestResult.field
  return 1877
end