Class: Quickfix::PreviouslyReported

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreviouslyReported

Returns a new instance of PreviouslyReported.



12369
12370
12371
12372
12373
12374
12375
# File 'lib/quickfix_fields.rb', line 12369

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

Class Method Details

.fieldObject



12366
12367
12368
# File 'lib/quickfix_fields.rb', line 12366

def PreviouslyReported.field
	return 570
end