Class: Quickfix::TargetPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetPartyID

Returns a new instance of TargetPartyID.



19350
19351
19352
19353
19354
19355
19356
# File 'lib/quickfix_fields.rb', line 19350

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