Class: Quickfix::CxlType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CxlType

Returns a new instance of CxlType.



19207
19208
19209
19210
19211
19212
19213
# File 'lib/quickfix_fields.rb', line 19207

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

Class Method Details

.fieldObject



19204
19205
19206
# File 'lib/quickfix_fields.rb', line 19204

def CxlType.field
  return 125
end