Class: Quickfix::MultiAssetSwapIndicator

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

Returns a new instance of MultiAssetSwapIndicator.



61847
61848
61849
61850
61851
61852
61853
# File 'lib/quickfix_fields.rb', line 61847

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

Class Method Details

.fieldObject



61844
61845
61846
# File 'lib/quickfix_fields.rb', line 61844

def MultiAssetSwapIndicator.field
	return 2527
end