Class: Quickfix::ContraOrderOrigination

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

Returns a new instance of ContraOrderOrigination.



78123
78124
78125
78126
78127
78128
78129
# File 'lib/quickfix_fields.rb', line 78123

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

Class Method Details

.fieldObject



78120
78121
78122
# File 'lib/quickfix_fields.rb', line 78120

def ContraOrderOrigination.field
  return 2882
end