Class: Quickfix::RepoCollateralSecurityType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RepoCollateralSecurityType

Returns a new instance of RepoCollateralSecurityType.



5908
5909
5910
5911
5912
5913
5914
# File 'lib/quickfix_fields.rb', line 5908

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