Class: Quickfix::ComplexEventCurrencyTwo

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

Returns a new instance of ComplexEventCurrencyTwo.



41281
41282
41283
41284
41285
41286
41287
# File 'lib/quickfix_fields.rb', line 41281

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

Class Method Details

.fieldObject



41278
41279
41280
# File 'lib/quickfix_fields.rb', line 41278

def ComplexEventCurrencyTwo.field
	return 2125
end