Class: Quickfix::UnderlyingReturnRateNotionalReset

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateNotionalReset

Returns a new instance of UnderlyingReturnRateNotionalReset.



73456
73457
73458
73459
73460
73461
73462
# File 'lib/quickfix_fields.rb', line 73456

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

Class Method Details

.fieldObject



73453
73454
73455
# File 'lib/quickfix_fields.rb', line 73453

def UnderlyingReturnRateNotionalReset.field
	return 42963
end