Class: Quickfix::ContractRefPosType

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

Returns a new instance of ContractRefPosType.



24017
24018
24019
24020
24021
24022
24023
# File 'lib/quickfix_fields.rb', line 24017

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

Class Method Details

.fieldObject



24014
24015
24016
# File 'lib/quickfix_fields.rb', line 24014

def ContractRefPosType.field
  return 1833
end