Class: Quickfix::UnderlyingRepoCollateralSecurityType

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

Returns a new instance of UnderlyingRepoCollateralSecurityType.



5960
5961
5962
5963
5964
5965
5966
# File 'lib/quickfix_fields.rb', line 5960

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

Class Method Details

.fieldObject



5957
5958
5959
# File 'lib/quickfix_fields.rb', line 5957

def UnderlyingRepoCollateralSecurityType.field
  return 243
end