Class: Quickfix::LegSettlRatePostponementCalculationAgent

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

Returns a new instance of LegSettlRatePostponementCalculationAgent.



39071
39072
39073
39074
39075
39076
39077
# File 'lib/quickfix_fields.rb', line 39071

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

Class Method Details

.fieldObject



39068
39069
39070
# File 'lib/quickfix_fields.rb', line 39068

def LegSettlRatePostponementCalculationAgent.field
  return 40906
end