Class: Quickfix::RiskLimitPlatform

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

Returns a new instance of RiskLimitPlatform.



20611
20612
20613
20614
20615
20616
20617
# File 'lib/quickfix_fields.rb', line 20611

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

Class Method Details

.fieldObject



20608
20609
20610
# File 'lib/quickfix_fields.rb', line 20608

def RiskLimitPlatform.field
  return 1533
end