Class: Quickfix::OptionExpirationDesc

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

Instance Method Summary collapse

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