Class: Quickfix::TargetPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetPartyID

Returns a new instance of TargetPartyID.



5999
6000
6001
6002
6003
6004
6005
# File 'lib/quickfix_fields.rb', line 5999

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

Class Method Details

.fieldObject



5996
5997
5998
# File 'lib/quickfix_fields.rb', line 5996

def TargetPartyID.field
	return 1462
end