Class: Quickfix::UnderlyingPaymentStreamSettlCurrency

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

Returns a new instance of UnderlyingPaymentStreamSettlCurrency.



34716
34717
34718
34719
34720
34721
34722
# File 'lib/quickfix_fields.rb', line 34716

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

Class Method Details

.fieldObject



34713
34714
34715
# File 'lib/quickfix_fields.rb', line 34713

def UnderlyingPaymentStreamSettlCurrency.field
	return 40571
end