Class: Quickfix::LegOriginalNotionalPercentageOutstanding

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegOriginalNotionalPercentageOutstanding



42542
42543
42544
42545
42546
42547
42548
# File 'lib/quickfix_fields.rb', line 42542

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

Class Method Details

.fieldObject



42539
42540
42541
# File 'lib/quickfix_fields.rb', line 42539

def LegOriginalNotionalPercentageOutstanding.field
  return 2152
end