Class: Quickfix::ContAmtCurr

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContAmtCurr

Returns a new instance of ContAmtCurr.



10887
10888
10889
10890
10891
10892
10893
# File 'lib/quickfix_fields.rb', line 10887

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

Class Method Details

.fieldObject



10884
10885
10886
# File 'lib/quickfix_fields.rb', line 10884

def ContAmtCurr.field
	return 521
end