Class: Quickfix::DeskOrderHandlingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeskOrderHandlingInst



17114
17115
17116
17117
17118
17119
17120
# File 'lib/quickfix_fields.rb', line 17114

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

Class Method Details

.fieldObject



17111
17112
17113
# File 'lib/quickfix_fields.rb', line 17111

def DeskOrderHandlingInst.field
  return 1035
end