Class: Quickfix::OrderOwnershipIndicator

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

Returns a new instance of OrderOwnershipIndicator.



75367
75368
75369
75370
75371
75372
75373
# File 'lib/quickfix_fields.rb', line 75367

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

Class Method Details

.fieldObject



75364
75365
75366
# File 'lib/quickfix_fields.rb', line 75364

def OrderOwnershipIndicator.field
  return 2679
end