Class: Quickfix::SecurityXML

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityXML

Returns a new instance of SecurityXML.



2957
2958
2959
2960
2961
2962
2963
# File 'lib/quickfix_fields.rb', line 2957

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

Class Method Details

.fieldObject



2954
2955
2956
# File 'lib/quickfix_fields.rb', line 2954

def SecurityXML.field
  return 1185
end