Class: Quickfix::CustOrderHandlingInst

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

Returns a new instance of CustOrderHandlingInst.



13838
13839
13840
13841
13842
13843
13844
# File 'lib/quickfix_fields.rb', line 13838

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

Class Method Details

.fieldObject



13835
13836
13837
# File 'lib/quickfix_fields.rb', line 13835

def CustOrderHandlingInst.field
  return 1031
end