Class: Quickfix::CardHolderName

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CardHolderName

Returns a new instance of CardHolderName.



9990
9991
9992
9993
9994
9995
9996
# File 'lib/quickfix_fields.rb', line 9990

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

Class Method Details

.fieldObject



9987
9988
9989
# File 'lib/quickfix_fields.rb', line 9987

def CardHolderName.field
	return 488
end