Class: Quickfix::SideSettlCurrency

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ SideSettlCurrency

Returns a new instance of SideSettlCurrency.



139098
139099
139100
139101
139102
139103
139104
# File 'ext/quickfix/QuickfixRuby.cpp', line 139098

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

Class Method Details

.fieldObject



15239
15240
15241
# File 'lib/quickfix_fields.rb', line 15239

def SideSettlCurrency.field
	return 1155
end