Class: Quickfix::StrikeCurrency

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

Returns a new instance of StrikeCurrency.



119240
119241
119242
119243
119244
119245
119246
# File 'ext/quickfix/QuickfixRuby.cpp', line 119240

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

Class Method Details

.fieldObject



12639
12640
12641
# File 'lib/quickfix_fields.rb', line 12639

def StrikeCurrency.field
	return 947
end