Method: Quickfix::EndStrikePxRange#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of EndStrikePxRange.
143802 143803 143804 143805 143806 143807 143808 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 143802 def initialize(data = nil) if( data == nil ) super(1203) else super(1203, data) end end |