Class: Quickfix::QuoteStatusReqID

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

Returns a new instance of QuoteStatusReqID.



8742
8743
8744
8745
8746
8747
8748
# File 'lib/quickfix_fields.rb', line 8742

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

Class Method Details

.fieldObject



8739
8740
8741
# File 'lib/quickfix_fields.rb', line 8739

def QuoteStatusReqID.field
  return 649
end