Class: Quickfix::UnderlyingContractMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingContractMultiplier

Returns a new instance of UnderlyingContractMultiplier.



5453
5454
5455
5456
5457
5458
5459
# File 'lib/quickfix_fields.rb', line 5453

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

Class Method Details

.fieldObject



5450
5451
5452
# File 'lib/quickfix_fields.rb', line 5450

def UnderlyingContractMultiplier.field
	return 436
end