Class: Quickfix::UnderlyingDividendFloorRateSellSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendFloorRateSellSide

Returns a new instance of UnderlyingDividendFloorRateSellSide.



71285
71286
71287
71288
71289
71290
71291
# File 'lib/quickfix_fields.rb', line 71285

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