Class: Quickfix::PayCollectFXRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayCollectFXRate

Returns a new instance of PayCollectFXRate.



40319
40320
40321
40322
40323
40324
40325
# File 'lib/quickfix_fields.rb', line 40319

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

Class Method Details

.fieldObject



40316
40317
40318
# File 'lib/quickfix_fields.rb', line 40316

def PayCollectFXRate.field
  return 2094
end