Class: Quickfix::PrivateQuote
- Inherits:
-
BoolField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PrivateQuote
Returns a new instance of PrivateQuote.
4543 4544 4545 4546 4547 4548 4549 |
# File 'lib/quickfix_fields.rb', line 4543 def initialize(data = nil) if( data == nil ) super(1171) else super(1171, data) end end |
Class Method Details
.field ⇒ Object
4540 4541 4542 |
# File 'lib/quickfix_fields.rb', line 4540 def PrivateQuote.field return 1171 end |