Class: Quickfix::PaymentStreamFutureValueNotional

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



37524
37525
37526
37527
37528
37529
37530
# File 'lib/quickfix_fields.rb', line 37524

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

Class Method Details

.fieldObject



37521
37522
37523
# File 'lib/quickfix_fields.rb', line 37521

def PaymentStreamFutureValueNotional.field
  return 40787
end