Class: Quickfix::LegCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCurrency

Returns a new instance of LegCurrency.



4127
4128
4129
4130
4131
4132
4133
# File 'lib/quickfix_fields.rb', line 4127

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

Class Method Details

.fieldObject



4124
4125
4126
# File 'lib/quickfix_fields.rb', line 4124

def LegCurrency.field
	return 556
end