Class: Quickfix::PartyDetailID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyDetailID

Returns a new instance of PartyDetailID.



21469
21470
21471
21472
21473
21474
21475
# File 'lib/quickfix_fields.rb', line 21469

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