Class: Quickfix::OffMarketPriceIndicator

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

Returns a new instance of OffMarketPriceIndicator.



25278
25279
25280
25281
25282
25283
25284
# File 'lib/quickfix_fields.rb', line 25278

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

Class Method Details

.fieldObject



25275
25276
25277
# File 'lib/quickfix_fields.rb', line 25275

def OffMarketPriceIndicator.field
  return 1930
end