Class: Quickfix::ApplResendFlag

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

Returns a new instance of ApplResendFlag.



18544
18545
18546
18547
18548
18549
18550
# File 'lib/quickfix_fields.rb', line 18544

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

Class Method Details

.fieldObject



18541
18542
18543
# File 'lib/quickfix_fields.rb', line 18541

def ApplResendFlag.field
  return 1352
end