Class: Quickfix::DueToRelated

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DueToRelated

Returns a new instance of DueToRelated.



8651
8652
8653
8654
8655
8656
8657
# File 'lib/quickfix_fields.rb', line 8651

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

Class Method Details

.fieldObject



8648
8649
8650
# File 'lib/quickfix_fields.rb', line 8648

def DueToRelated.field
	return 329
end