Class: Quickfix::UnderlyingStreamTotalNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamTotalNotional

Returns a new instance of UnderlyingStreamTotalNotional.



56556
56557
56558
56559
56560
56561
56562
# File 'lib/quickfix_fields.rb', line 56556

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