Class: Quickfix::QuoteReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteReqID



10029
10030
10031
10032
10033
10034
10035
# File 'lib/quickfix_fields.rb', line 10029

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

Class Method Details

.fieldObject



10026
10027
10028
# File 'lib/quickfix_fields.rb', line 10026

def QuoteReqID.field
  return 131
end