Class: Quickfix::UnderlyingNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNotional

Returns a new instance of UnderlyingNotional.



72247
72248
72249
72250
72251
72252
72253
# File 'lib/quickfix_fields.rb', line 72247

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

Class Method Details

.fieldObject



72244
72245
72246
# File 'lib/quickfix_fields.rb', line 72244

def UnderlyingNotional.field
	return 2614
end