Class: Quickfix::PrivateQuote

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



15616
15617
15618
# File 'lib/quickfix_fields.rb', line 15616

def PrivateQuote.field
  return 1171
end