Class: Quickfix::DueToRelated

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

Returns a new instance of DueToRelated.



4166
4167
4168
4169
4170
4171
4172
# File 'lib/quickfix_fields.rb', line 4166

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

Class Method Details

.fieldObject



4163
4164
4165
# File 'lib/quickfix_fields.rb', line 4163

def DueToRelated.field
	return 329
end