Method: Quickfix::FirstPx#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of FirstPx.
126860 126861 126862 126863 126864 126865 126866 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 126860 def initialize(data = nil) if( data == nil ) super(1025) else super(1025, data) end end |