Class: Quickfix::UnderlyingContractMultiplierUnit

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

Returns a new instance of UnderlyingContractMultiplierUnit.



19025
19026
19027
19028
19029
19030
19031
# File 'lib/quickfix_fields.rb', line 19025

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

Class Method Details

.fieldObject



19022
19023
19024
# File 'lib/quickfix_fields.rb', line 19022

def UnderlyingContractMultiplierUnit.field
  return 1437
end