Class: Quickfix::PaymentRef

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentRef

Returns a new instance of PaymentRef.



4478
4479
4480
4481
4482
4483
4484
# File 'lib/quickfix_fields.rb', line 4478

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

Class Method Details

.fieldObject



4475
4476
4477
# File 'lib/quickfix_fields.rb', line 4475

def PaymentRef.field
	return 476
end