Class: Quickfix::LegOptionExpirationDesc

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

Returns a new instance of LegOptionExpirationDesc.



42880
42881
42882
42883
42884
42885
42886
# File 'lib/quickfix_fields.rb', line 42880

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

Class Method Details

.fieldObject



42877
42878
42879
# File 'lib/quickfix_fields.rb', line 42877

def LegOptionExpirationDesc.field
	return 2178
end