Class: Quickfix::FlexibleIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FlexibleIndicator

Returns a new instance of FlexibleIndicator.



123
124
125
126
127
128
129
# File 'lib/quickfix_fields.rb', line 123

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

Class Method Details

.fieldObject



120
121
122
# File 'lib/quickfix_fields.rb', line 120

def FlexibleIndicator.field
	return 1244
end