Class: Quickfix::PriceQuoteMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriceQuoteMethod

Returns a new instance of PriceQuoteMethod.



11589
11590
11591
11592
11593
11594
11595
# File 'lib/quickfix_fields.rb', line 11589

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

Class Method Details

.fieldObject



11586
11587
11588
# File 'lib/quickfix_fields.rb', line 11586

def PriceQuoteMethod.field
  return 1196
end