Class: Quickfix::EncodedLegIssuerLen

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedLegIssuerLen

Returns a new instance of EncodedLegIssuerLen.



11888
11889
11890
11891
11892
11893
11894
# File 'lib/quickfix_fields.rb', line 11888

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

Class Method Details

.fieldObject



11885
11886
11887
# File 'lib/quickfix_fields.rb', line 11885

def EncodedLegIssuerLen.field
	return 618
end