Class: Quickfix::SideCollateralCurrency

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

Returns a new instance of SideCollateralCurrency.



75575
75576
75577
75578
75579
75580
75581
# File 'lib/quickfix_fields.rb', line 75575

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

Class Method Details

.fieldObject



75572
75573
75574
# File 'lib/quickfix_fields.rb', line 75572

def SideCollateralCurrency.field
	return 2695
end