Class: Quickfix::DividendFloorRateSellSide

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

Returns a new instance of DividendFloorRateSellSide.



63550
63551
63552
63553
63554
63555
63556
# File 'lib/quickfix_fields.rb', line 63550

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

Class Method Details

.fieldObject



63547
63548
63549
# File 'lib/quickfix_fields.rb', line 63547

def DividendFloorRateSellSide.field
	return 42230
end