Class: Quickfix::LegSecurityXML

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

Returns a new instance of LegSecurityXML.



24498
24499
24500
24501
24502
24503
24504
# File 'lib/quickfix_fields.rb', line 24498

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

Class Method Details

.fieldObject



24495
24496
24497
# File 'lib/quickfix_fields.rb', line 24495

def LegSecurityXML.field
  return 1872
end