Class: Quickfix::PayCollectType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayCollectType

Returns a new instance of PayCollectType.



22366
22367
22368
22369
22370
22371
22372
# File 'lib/quickfix_fields.rb', line 22366

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

Class Method Details

.fieldObject



22363
22364
22365
# File 'lib/quickfix_fields.rb', line 22363

def PayCollectType.field
  return 1708
end