Class: Quickfix::EntitlementAttribCurrency

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

Returns a new instance of EntitlementAttribCurrency.



23289
23290
23291
23292
23293
23294
23295
# File 'lib/quickfix_fields.rb', line 23289

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

Class Method Details

.fieldObject



23286
23287
23288
# File 'lib/quickfix_fields.rb', line 23286

def EntitlementAttribCurrency.field
	return 1781
end