Class: Quickfix::PaymentStreamMaximumPaymentCurrency

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

Returns a new instance of PaymentStreamMaximumPaymentCurrency.



44635
44636
44637
44638
44639
44640
44641
# File 'lib/quickfix_fields.rb', line 44635

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

Class Method Details

.fieldObject



44632
44633
44634
# File 'lib/quickfix_fields.rb', line 44632

def PaymentStreamMaximumPaymentCurrency.field
	return 41184
end