Class: Quickfix::SecurityListRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListRefID

Returns a new instance of SecurityListRefID.



1046
1047
1048
1049
1050
1051
1052
# File 'lib/quickfix_fields.rb', line 1046

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

Class Method Details

.fieldObject



1043
1044
1045
# File 'lib/quickfix_fields.rb', line 1043

def SecurityListRefID.field
  return 1466
end