Class: Quickfix::RFQReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RFQReqID

Returns a new instance of RFQReqID.



5492
5493
5494
5495
5496
5497
5498
# File 'lib/quickfix_fields.rb', line 5492

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

Class Method Details

.fieldObject



5489
5490
5491
# File 'lib/quickfix_fields.rb', line 5489

def RFQReqID.field
  return 644
end