Class: Quickfix::UnderlyingDividendFinalRateRoundingDirection

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

Returns a new instance of UnderlyingDividendFinalRateRoundingDirection.



71311
71312
71313
71314
71315
71316
71317
# File 'lib/quickfix_fields.rb', line 71311

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

Class Method Details

.fieldObject



71308
71309
71310
# File 'lib/quickfix_fields.rb', line 71308

def UnderlyingDividendFinalRateRoundingDirection.field
  return 42815
end