Class: Quickfix::RiskLimitCurrency

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

Returns a new instance of RiskLimitCurrency.



20598
20599
20600
20601
20602
20603
20604
# File 'lib/quickfix_fields.rb', line 20598

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

Class Method Details

.fieldObject



20595
20596
20597
# File 'lib/quickfix_fields.rb', line 20595

def RiskLimitCurrency.field
  return 1532
end