Class: Quickfix::PayCollectCurrency

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

Returns a new instance of PayCollectCurrency.



22379
22380
22381
22382
22383
22384
22385
# File 'lib/quickfix_fields.rb', line 22379

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

Class Method Details

.fieldObject



22376
22377
22378
# File 'lib/quickfix_fields.rb', line 22376

def PayCollectCurrency.field
  return 1709
end