Class: Quickfix::NoReturnRateFXConversions

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

Returns a new instance of NoReturnRateFXConversions.



70180
70181
70182
70183
70184
70185
70186
# File 'lib/quickfix_fields.rb', line 70180

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

Class Method Details

.fieldObject



70177
70178
70179
# File 'lib/quickfix_fields.rb', line 70177

def NoReturnRateFXConversions.field
  return 42731
end