Class: Quickfix::LegSecurityXMLSchema

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

Returns a new instance of LegSecurityXMLSchema.



24511
24512
24513
24514
24515
24516
24517
# File 'lib/quickfix_fields.rb', line 24511

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

Class Method Details

.fieldObject



24508
24509
24510
# File 'lib/quickfix_fields.rb', line 24508

def LegSecurityXMLSchema.field
  return 1873
end