Class: Quickfix::SettlRatePostponementCalculationAgent

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

Returns a new instance of SettlRatePostponementCalculationAgent.



28463
28464
28465
28466
28467
28468
28469
# File 'lib/quickfix_fields.rb', line 28463

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

Class Method Details

.fieldObject



28460
28461
28462
# File 'lib/quickfix_fields.rb', line 28460

def SettlRatePostponementCalculationAgent.field
  return 40089
end