Class: Quickfix::RefOrderIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefOrderIDSource

Returns a new instance of RefOrderIDSource.



17699
17700
17701
17702
17703
17704
17705
# File 'lib/quickfix_fields.rb', line 17699

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

Class Method Details

.fieldObject



17696
17697
17698
# File 'lib/quickfix_fields.rb', line 17696

def RefOrderIDSource.field
  return 1081
end