Class: Quickfix::RefOrderIDSource

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RefOrderIDSource

Returns a new instance of RefOrderIDSource.



14449
14450
14451
14452
14453
14454
14455
# File 'lib/quickfix_fields.rb', line 14449

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

Class Method Details

.fieldObject



14446
14447
14448
# File 'lib/quickfix_fields.rb', line 14446

def RefOrderIDSource.field
  return 1081
end