Class: Quickfix::StreamNotionalAdjustments

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamNotionalAdjustments

Returns a new instance of StreamNotionalAdjustments.



70908
70909
70910
70911
70912
70913
70914
# File 'lib/quickfix_fields.rb', line 70908

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