Class: Quickfix::CollReqID

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

Returns a new instance of CollReqID.



12096
12097
12098
12099
12100
12101
12102
# File 'lib/quickfix_fields.rb', line 12096

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

Class Method Details

.fieldObject



12093
12094
12095
# File 'lib/quickfix_fields.rb', line 12093

def CollReqID.field
  return 894
end