Class: Quickfix::PrivateQuote
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PrivateQuote
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PrivateQuote
constructor
A new instance of PrivateQuote.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PrivateQuote
Returns a new instance of PrivateQuote.
15619 15620 15621 15622 15623 15624 15625 |
# File 'lib/quickfix_fields.rb', line 15619 def initialize(data = nil) if( data == nil ) super(1171) else super(1171, data) end end |
Class Method Details
.field ⇒ Object
15616 15617 15618 |
# File 'lib/quickfix_fields.rb', line 15616 def PrivateQuote.field return 1171 end |