Class: Quickfix::RiskLimitCheckTransType

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

Returns a new instance of RiskLimitCheckTransType.



56647
56648
56649
56650
56651
56652
56653
# File 'lib/quickfix_fields.rb', line 56647

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

Class Method Details

.fieldObject



56644
56645
56646
# File 'lib/quickfix_fields.rb', line 56644

def RiskLimitCheckTransType.field
  return 2320
end