Class: Quickfix::OriginalNotionalPercentageOutstanding

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

Returns a new instance of OriginalNotionalPercentageOutstanding.



19220
19221
19222
19223
19224
19225
19226
# File 'lib/quickfix_fields.rb', line 19220

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

Class Method Details

.fieldObject



19217
19218
19219
# File 'lib/quickfix_fields.rb', line 19217

def OriginalNotionalPercentageOutstanding.field
  return 1452
end