Class: Quickfix::ProvisionCalculationAgent

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

Returns a new instance of ProvisionCalculationAgent.



28580
28581
28582
28583
28584
28585
28586
# File 'lib/quickfix_fields.rb', line 28580

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

Class Method Details

.fieldObject



28577
28578
28579
# File 'lib/quickfix_fields.rb', line 28577

def ProvisionCalculationAgent.field
  return 40098
end