Class: Quickfix::OptionExpirationDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OptionExpirationDesc

Returns a new instance of OptionExpirationDesc.



42295
42296
42297
42298
42299
42300
42301
# File 'lib/quickfix_fields.rb', line 42295

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

Class Method Details

.fieldObject



42292
42293
42294
# File 'lib/quickfix_fields.rb', line 42292

def OptionExpirationDesc.field
	return 1581
end