Class: Quickfix::UnderlyingContractMultiplierUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingContractMultiplierUnit

Returns a new instance of UnderlyingContractMultiplierUnit.



15944
15945
15946
15947
15948
15949
15950
# File 'lib/quickfix_fields.rb', line 15944

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

Class Method Details

.fieldObject



15941
15942
15943
# File 'lib/quickfix_fields.rb', line 15941

def UnderlyingContractMultiplierUnit.field
	return 1437
end