Class: Quickfix::EncodedLegIssuerLen

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

Returns a new instance of EncodedLegIssuerLen.



8391
8392
8393
8394
8395
8396
8397
# File 'lib/quickfix_fields.rb', line 8391

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

Class Method Details

.fieldObject



8388
8389
8390
# File 'lib/quickfix_fields.rb', line 8388

def EncodedLegIssuerLen.field
	return 618
end