Class: Quickfix::UnderlyingDividendFloorRateBuySide

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

Returns a new instance of UnderlyingDividendFloorRateBuySide.



71272
71273
71274
71275
71276
71277
71278
# File 'lib/quickfix_fields.rb', line 71272

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

Class Method Details

.fieldObject



71269
71270
71271
# File 'lib/quickfix_fields.rb', line 71269

def UnderlyingDividendFloorRateBuySide.field
	return 42812
end