Class: Quickfix::ComplexOptPayoutCurrency

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

Returns a new instance of ComplexOptPayoutCurrency.



41242
41243
41244
41245
41246
41247
41248
# File 'lib/quickfix_fields.rb', line 41242

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

Class Method Details

.fieldObject



41239
41240
41241
# File 'lib/quickfix_fields.rb', line 41239

def ComplexOptPayoutCurrency.field
	return 2122
end