Class: Quickfix::UnderlyingLegSecurityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc

Returns a new instance of UnderlyingLegSecurityDesc.



18037
18038
18039
18040
18041
18042
18043
# File 'lib/quickfix_fields.rb', line 18037

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