Class: Quickfix::LegDividendFloorRateSellSide

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



64915
64916
64917
64918
64919
64920
64921
# File 'lib/quickfix_fields.rb', line 64915

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

Class Method Details

.fieldObject



64912
64913
64914
# File 'lib/quickfix_fields.rb', line 64912

def LegDividendFloorRateSellSide.field
	return 42324
end