Class: Quickfix::PrivateQuote

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PrivateQuote

Returns a new instance of PrivateQuote.



140666
140667
140668
140669
140670
140671
140672
# File 'ext/quickfix/QuickfixRuby.cpp', line 140666

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

Class Method Details

.fieldObject



15447
15448
15449
# File 'lib/quickfix_fields.rb', line 15447

def PrivateQuote.field
  return 1171
end