Class: Quickfix::NoPayCollects

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoPayCollects

Returns a new instance of NoPayCollects.



22327
22328
22329
22330
22331
22332
22333
# File 'lib/quickfix_fields.rb', line 22327

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

Class Method Details

.fieldObject



22324
22325
22326
# File 'lib/quickfix_fields.rb', line 22324

def NoPayCollects.field
  return 1707
end