Class: Quickfix::UnderlyingDividendCapRateBuySide

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

Returns a new instance of UnderlyingDividendCapRateBuySide.



71233
71234
71235
71236
71237
71238
71239
# File 'lib/quickfix_fields.rb', line 71233

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

Class Method Details

.fieldObject



71230
71231
71232
# File 'lib/quickfix_fields.rb', line 71230

def UnderlyingDividendCapRateBuySide.field
  return 42809
end