Method: Quickfix::UnderlyingLegSecurityDesc#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of UnderlyingLegSecurityDesc.
161920 161921 161922 161923 161924 161925 161926 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 161920 def initialize(data = nil) if( data == nil ) super(1392) else super(1392, data) end end |