Class: Quickfix::TradeAllocCurrency

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

Returns a new instance of TradeAllocCurrency.



24199
24200
24201
24202
24203
24204
24205
# File 'lib/quickfix_fields.rb', line 24199

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

Class Method Details

.fieldObject



24196
24197
24198
# File 'lib/quickfix_fields.rb', line 24196

def TradeAllocCurrency.field
	return 1847
end