Class: Quickfix::PartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyID

Returns a new instance of PartyID.



15021
15022
15023
15024
15025
15026
15027
# File 'lib/quickfix_fields.rb', line 15021

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

Class Method Details

.fieldObject



15018
15019
15020
# File 'lib/quickfix_fields.rb', line 15018

def PartyID.field
	return 448
end