Class: Quickfix::UnderlyingRepurchaseTerm

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRepurchaseTerm

Returns a new instance of UnderlyingRepurchaseTerm.



5973
5974
5975
5976
5977
5978
5979
# File 'lib/quickfix_fields.rb', line 5973

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