Class: Quickfix::PrivateQuote

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



4540
4541
4542
# File 'lib/quickfix_fields.rb', line 4540

def PrivateQuote.field
  return 1171
end