Class: Quickfix::EncodedIssuerLen

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedIssuerLen

Returns a new instance of EncodedIssuerLen.



4400
4401
4402
4403
4404
4405
4406
# File 'lib/quickfix_fields.rb', line 4400

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

Class Method Details

.fieldObject



4397
4398
4399
# File 'lib/quickfix_fields.rb', line 4397

def EncodedIssuerLen.field
  return 348
end