Class: Quickfix::DividendCapRateSellSide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendCapRateSellSide

Returns a new instance of DividendCapRateSellSide.



63511
63512
63513
63514
63515
63516
63517
# File 'lib/quickfix_fields.rb', line 63511

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