Class: Quickfix::CollReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollReqID

Returns a new instance of CollReqID.



12876
12877
12878
12879
12880
12881
12882
# File 'lib/quickfix_fields.rb', line 12876

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

Class Method Details

.fieldObject



12873
12874
12875
# File 'lib/quickfix_fields.rb', line 12873

def CollReqID.field
  return 894
end