Class: Quickfix::CFICode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CFICode

Returns a new instance of CFICode.



13162
13163
13164
13165
13166
13167
13168
# File 'lib/quickfix_fields.rb', line 13162

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

Class Method Details

.fieldObject



13159
13160
13161
# File 'lib/quickfix_fields.rb', line 13159

def CFICode.field
  return 461
end