Class: Quickfix::MixedSwapIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MixedSwapIndicator

Returns a new instance of MixedSwapIndicator.



25265
25266
25267
25268
25269
25270
25271
# File 'lib/quickfix_fields.rb', line 25265

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

Class Method Details

.fieldObject



25262
25263
25264
# File 'lib/quickfix_fields.rb', line 25262

def MixedSwapIndicator.field
	return 1929
end