Class: Quickfix::TradedFlatSwitch

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ TradedFlatSwitch

Returns a new instance of TradedFlatSwitch.



68830
68831
68832
68833
68834
68835
68836
# File 'ext/quickfix/QuickfixRuby.cpp', line 68830

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

Class Method Details

.fieldObject



6009
6010
6011
# File 'lib/quickfix_fields.rb', line 6009

def TradedFlatSwitch.field
	return 258
end