Class: Quickfix::LegDividendFloorRateBuySide

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

Returns a new instance of LegDividendFloorRateBuySide.



64902
64903
64904
64905
64906
64907
64908
# File 'lib/quickfix_fields.rb', line 64902

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

Class Method Details

.fieldObject



64899
64900
64901
# File 'lib/quickfix_fields.rb', line 64899

def LegDividendFloorRateBuySide.field
	return 42323
end