Class: Quickfix::SecurityXML

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

Returns a new instance of SecurityXML.



15801
15802
15803
15804
15805
15806
15807
# File 'lib/quickfix_fields.rb', line 15801

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

Class Method Details

.fieldObject



15798
15799
15800
# File 'lib/quickfix_fields.rb', line 15798

def SecurityXML.field
  return 1185
end