Class: Quickfix::SideSettlCurrency

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

Returns a new instance of SideSettlCurrency.



15424
15425
15426
15427
15428
15429
15430
# File 'lib/quickfix_fields.rb', line 15424

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

Class Method Details

.fieldObject



15421
15422
15423
# File 'lib/quickfix_fields.rb', line 15421

def SideSettlCurrency.field
	return 1155
end