Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentCurrency

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

Returns a new instance of UnderlyingPaymentStreamMaximumPaymentCurrency.



54996
54997
54998
54999
55000
55001
55002
# File 'lib/quickfix_fields.rb', line 54996

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

Class Method Details

.fieldObject



54993
54994
54995
# File 'lib/quickfix_fields.rb', line 54993

def UnderlyingPaymentStreamMaximumPaymentCurrency.field
	return 41901
end