Class: Quickfix::BidQuoteID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ BidQuoteID

Returns a new instance of BidQuoteID.



22847
22848
22849
22850
22851
22852
22853
# File 'lib/quickfix_fields.rb', line 22847

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

Class Method Details

.fieldObject



22844
22845
22846
# File 'lib/quickfix_fields.rb', line 22844

def BidQuoteID.field
  return 1747
end