Class: Quickfix::LegSettlCurrency

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

Returns a new instance of LegSettlCurrency.



9301
9302
9303
9304
9305
9306
9307
# File 'lib/quickfix_fields.rb', line 9301

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

Class Method Details

.fieldObject



9298
9299
9300
# File 'lib/quickfix_fields.rb', line 9298

def LegSettlCurrency.field
	return 675
end