Class: Quickfix::ApplResendFlag

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplResendFlag

Returns a new instance of ApplResendFlag.



13877
13878
13879
13880
13881
13882
13883
# File 'lib/quickfix_fields.rb', line 13877

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

Class Method Details

.fieldObject



13874
13875
13876
# File 'lib/quickfix_fields.rb', line 13874

def ApplResendFlag.field
	return 1352
end