Class: Quickfix::SettlInstID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstID

Returns a new instance of SettlInstID.



4400
4401
4402
4403
4404
4405
4406
# File 'lib/quickfix_fields.rb', line 4400

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

Class Method Details

.fieldObject



4397
4398
4399
# File 'lib/quickfix_fields.rb', line 4397

def SettlInstID.field
  return 162
end