Class: Quickfix::AgreementCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AgreementCurrency

Returns a new instance of AgreementCurrency.



5570
5571
5572
5573
5574
5575
5576
# File 'lib/quickfix_fields.rb', line 5570

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

Class Method Details

.fieldObject



5567
5568
5569
# File 'lib/quickfix_fields.rb', line 5567

def AgreementCurrency.field
	return 918
end