Class: Quickfix::LegComplexOptPayoutCurrency

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

Returns a new instance of LegComplexOptPayoutCurrency.



47534
47535
47536
47537
47538
47539
47540
# File 'lib/quickfix_fields.rb', line 47534

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

Class Method Details

.fieldObject



47531
47532
47533
# File 'lib/quickfix_fields.rb', line 47531

def LegComplexOptPayoutCurrency.field
	return 2226
end