Class: Quickfix::DerivativeContractMultiplierUnit

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

Returns a new instance of DerivativeContractMultiplierUnit.



19038
19039
19040
19041
19042
19043
19044
# File 'lib/quickfix_fields.rb', line 19038

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

Class Method Details

.fieldObject



19035
19036
19037
# File 'lib/quickfix_fields.rb', line 19035

def DerivativeContractMultiplierUnit.field
	return 1438
end