Class: Quickfix::DividendCapRateBuySide

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

Returns a new instance of DividendCapRateBuySide.



63498
63499
63500
63501
63502
63503
63504
# File 'lib/quickfix_fields.rb', line 63498

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

Class Method Details

.fieldObject



63495
63496
63497
# File 'lib/quickfix_fields.rb', line 63495

def DividendCapRateBuySide.field
  return 42226
end