Class: Quickfix::PartyDetailStatus

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

Returns a new instance of PartyDetailStatus.



21404
21405
21406
21407
21408
21409
21410
# File 'lib/quickfix_fields.rb', line 21404

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

Class Method Details

.fieldObject



21401
21402
21403
# File 'lib/quickfix_fields.rb', line 21401

def PartyDetailStatus.field
  return 1672
end