Class: Quickfix::PartyDetailStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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