Class: Quickfix::RepurchaseTerm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RepurchaseTerm

Returns a new instance of RepurchaseTerm.



8963
8964
8965
8966
8967
8968
8969
# File 'lib/quickfix_fields.rb', line 8963

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

Class Method Details

.fieldObject



8960
8961
8962
# File 'lib/quickfix_fields.rb', line 8960

def RepurchaseTerm.field
	return 226
end