Class: Quickfix::DividendFinalRateRoundingDirection

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendFinalRateRoundingDirection

Returns a new instance of DividendFinalRateRoundingDirection.



63576
63577
63578
63579
63580
63581
63582
# File 'lib/quickfix_fields.rb', line 63576

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

Class Method Details

.fieldObject



63573
63574
63575
# File 'lib/quickfix_fields.rb', line 63573

def DividendFinalRateRoundingDirection.field
  return 42232
end