Class: Quickfix::UnderlyingSettlRatePostponementCalculationAgent

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

Returns a new instance of UnderlyingSettlRatePostponementCalculationAgent.



35912
35913
35914
35915
35916
35917
35918
# File 'lib/quickfix_fields.rb', line 35912

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

Class Method Details

.fieldObject



35909
35910
35911
# File 'lib/quickfix_fields.rb', line 35909

def UnderlyingSettlRatePostponementCalculationAgent.field
  return 40663
end