Class: Quickfix::CollateralCurrency

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

Returns a new instance of CollateralCurrency.



22301
22302
22303
22304
22305
22306
22307
# File 'lib/quickfix_fields.rb', line 22301

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

Class Method Details

.fieldObject



22298
22299
22300
# File 'lib/quickfix_fields.rb', line 22298

def CollateralCurrency.field
  return 1705
end