Class: Quickfix::DividendCapRateBuySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendCapRateBuySide

Returns a new instance of DividendCapRateBuySide.



63498
63499
63500
63501
63502
63503
63504
# File 'lib/quickfix_fields.rb', line 63498

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