Class: Quickfix::PaymentStreamFlatRateCurrency

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

Returns a new instance of PaymentStreamFlatRateCurrency.



44609
44610
44611
44612
44613
44614
44615
# File 'lib/quickfix_fields.rb', line 44609

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

Class Method Details

.fieldObject



44606
44607
44608
# File 'lib/quickfix_fields.rb', line 44606

def PaymentStreamFlatRateCurrency.field
	return 41182
end