Class: Quickfix::LegComplexEventCurrencyOne

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

Returns a new instance of LegComplexEventCurrencyOne.



47625
47626
47627
47628
47629
47630
47631
# File 'lib/quickfix_fields.rb', line 47625

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

Class Method Details

.fieldObject



47622
47623
47624
# File 'lib/quickfix_fields.rb', line 47622

def LegComplexEventCurrencyOne.field
	return 2233
end