Class: Quickfix::DeskOrderHandlingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeskOrderHandlingInst

Returns a new instance of DeskOrderHandlingInst.



13890
13891
13892
13893
13894
13895
13896
# File 'lib/quickfix_fields.rb', line 13890

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

Class Method Details

.fieldObject



13887
13888
13889
# File 'lib/quickfix_fields.rb', line 13887

def DeskOrderHandlingInst.field
  return 1035
end