Class: Quickfix::OfferQuoteID

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

Returns a new instance of OfferQuoteID.



22860
22861
22862
22863
22864
22865
22866
# File 'lib/quickfix_fields.rb', line 22860

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

Class Method Details

.fieldObject



22857
22858
22859
# File 'lib/quickfix_fields.rb', line 22857

def OfferQuoteID.field
  return 1748
end