Method: Quickfix::SettlmntTyp#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of SettlmntTyp.
33094 33095 33096 33097 33098 33099 33100 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 33094 def initialize(data = nil) if( data == nil ) super(63) else super(63, data) end end |