Class: Quickfix::OrderOrigination

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

Returns a new instance of OrderOrigination.



23926
23927
23928
23929
23930
23931
23932
# File 'lib/quickfix_fields.rb', line 23926

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

Class Method Details

.fieldObject



23923
23924
23925
# File 'lib/quickfix_fields.rb', line 23923

def OrderOrigination.field
  return 1724
end