Class: Quickfix::BackloadedTradeIndicator

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

Returns a new instance of BackloadedTradeIndicator.



25226
25227
25228
25229
25230
25231
25232
# File 'lib/quickfix_fields.rb', line 25226

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

Class Method Details

.fieldObject



25223
25224
25225
# File 'lib/quickfix_fields.rb', line 25223

def BackloadedTradeIndicator.field
	return 1926
end