Class: Quickfix::UnderlyingNotionalAdjustments

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNotionalAdjustments

Returns a new instance of UnderlyingNotionalAdjustments.



72286
72287
72288
72289
72290
72291
72292
# File 'lib/quickfix_fields.rb', line 72286

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