Class: Quickfix::PaymentStreamFRADiscounting

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFRADiscounting



37901
37902
37903
37904
37905
37906
37907
# File 'lib/quickfix_fields.rb', line 37901

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

Class Method Details

.fieldObject



37898
37899
37900
# File 'lib/quickfix_fields.rb', line 37898

def PaymentStreamFRADiscounting.field
  return 40816
end