Class: Quickfix::EncodedLegOptionExpirationDescLen

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

Returns a new instance of EncodedLegOptionExpirationDescLen.



42893
42894
42895
42896
42897
42898
42899
# File 'lib/quickfix_fields.rb', line 42893

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

Class Method Details

.fieldObject



42890
42891
42892
# File 'lib/quickfix_fields.rb', line 42890

def EncodedLegOptionExpirationDescLen.field
	return 2179
end