Class: Quickfix::LegDividendFinalRatePrecision

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

Returns a new instance of LegDividendFinalRatePrecision.



64954
64955
64956
64957
64958
64959
64960
# File 'lib/quickfix_fields.rb', line 64954

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

Class Method Details

.fieldObject



64951
64952
64953
# File 'lib/quickfix_fields.rb', line 64951

def LegDividendFinalRatePrecision.field
  return 42327
end