Class: Quickfix::DividendFloorRateBuySide

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

Returns a new instance of DividendFloorRateBuySide.



63537
63538
63539
63540
63541
63542
63543
# File 'lib/quickfix_fields.rb', line 63537

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

Class Method Details

.fieldObject



63534
63535
63536
# File 'lib/quickfix_fields.rb', line 63534

def DividendFloorRateBuySide.field
	return 42229
end