Class: Quickfix::SecurityListRefID

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

Returns a new instance of SecurityListRefID.



19402
19403
19404
19405
19406
19407
19408
# File 'lib/quickfix_fields.rb', line 19402

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

Class Method Details

.fieldObject



19399
19400
19401
# File 'lib/quickfix_fields.rb', line 19399

def SecurityListRefID.field
  return 1466
end