Class: Quickfix::LegAgreementCurrency

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

Returns a new instance of LegAgreementCurrency.



61288
61289
61290
61291
61292
61293
61294
# File 'lib/quickfix_fields.rb', line 61288

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

Class Method Details

.fieldObject



61285
61286
61287
# File 'lib/quickfix_fields.rb', line 61285

def LegAgreementCurrency.field
	return 2495
end