Class: Quickfix::LegNotionalPercentageOutstanding

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) ⇒ 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

Class Method Details

.fieldObject



42526
42527
42528
# File 'lib/quickfix_fields.rb', line 42526

def LegNotionalPercentageOutstanding.field
  return 2151
end