Class: Quickfix::PartyDetailIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyDetailIDSource

Returns a new instance of PartyDetailIDSource.



21482
21483
21484
21485
21486
21487
21488
# File 'lib/quickfix_fields.rb', line 21482

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