Class: Quickfix::UnderlyingOptionExpirationDesc

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

Returns a new instance of UnderlyingOptionExpirationDesc.



54268
54269
54270
54271
54272
54273
54274
# File 'lib/quickfix_fields.rb', line 54268

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

Class Method Details

.fieldObject



54265
54266
54267
# File 'lib/quickfix_fields.rb', line 54265

def UnderlyingOptionExpirationDesc.field
	return 2286
end