Class: Quickfix::UnderlyingDividendFloatingRateSpreadPositionType

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

Returns a new instance of UnderlyingDividendFloatingRateSpreadPositionType.



71194
71195
71196
71197
71198
71199
71200
# File 'lib/quickfix_fields.rb', line 71194

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

Class Method Details

.fieldObject



71191
71192
71193
# File 'lib/quickfix_fields.rb', line 71191

def UnderlyingDividendFloatingRateSpreadPositionType.field
	return 42806
end