Class: Quickfix::UnderlyingLegSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc

Returns a new instance of UnderlyingLegSecurityDesc.



6103
6104
6105
6106
6107
6108
6109
# File 'lib/quickfix_fields.rb', line 6103

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

Class Method Details

.fieldObject



6100
6101
6102
# File 'lib/quickfix_fields.rb', line 6100

def UnderlyingLegSecurityDesc.field
  return 1392
end