Class: Quickfix::UnderlyingRepurchaseTerm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRepurchaseTerm

Returns a new instance of UnderlyingRepurchaseTerm.



1280
1281
1282
1283
1284
1285
1286
# File 'lib/quickfix_fields.rb', line 1280

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

Class Method Details

.fieldObject



1277
1278
1279
# File 'lib/quickfix_fields.rb', line 1277

def UnderlyingRepurchaseTerm.field
	return 244
end