Class: Quickfix::LegNotionalPercentageOutstanding

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegNotionalPercentageOutstanding

Returns a new instance of LegNotionalPercentageOutstanding.



42529
42530
42531
42532
42533
42534
42535
# File 'lib/quickfix_fields.rb', line 42529

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