Class: Quickfix::UnderlyingComplexEventCurrencyOne

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

Returns a new instance of UnderlyingComplexEventCurrencyOne.



52604
52605
52606
52607
52608
52609
52610
# File 'lib/quickfix_fields.rb', line 52604

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

Class Method Details

.fieldObject



52601
52602
52603
# File 'lib/quickfix_fields.rb', line 52601

def UnderlyingComplexEventCurrencyOne.field
	return 2268
end