Class: Quickfix::QuoteSideIndicator

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) ⇒ QuoteSideIndicator

Returns a new instance of QuoteSideIndicator.



62276
62277
62278
62279
62280
62281
62282
# File 'lib/quickfix_fields.rb', line 62276

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

Class Method Details

.fieldObject



62273
62274
62275
# File 'lib/quickfix_fields.rb', line 62273

def QuoteSideIndicator.field
  return 2559
end