Class: Quickfix::EncodedUnderlyingIssuerLen

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

Returns a new instance of EncodedUnderlyingIssuerLen.



4556
4557
4558
4559
4560
4561
4562
# File 'lib/quickfix_fields.rb', line 4556

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

Class Method Details

.fieldObject



4553
4554
4555
# File 'lib/quickfix_fields.rb', line 4553

def EncodedUnderlyingIssuerLen.field
  return 362
end