Class: Quickfix::SingleQuoteIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SingleQuoteIndicator

Returns a new instance of SingleQuoteIndicator.



77538
77539
77540
77541
77542
77543
77544
# File 'lib/quickfix_fields.rb', line 77538

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