Class: Quickfix::NotionalPercentageOutstanding

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NotionalPercentageOutstanding

Returns a new instance of NotionalPercentageOutstanding.



19207
19208
19209
19210
19211
19212
19213
# File 'lib/quickfix_fields.rb', line 19207

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