Class: Quickfix::SideCollateralType

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

Returns a new instance of SideCollateralType.



75653
75654
75655
75656
75657
75658
75659
# File 'lib/quickfix_fields.rb', line 75653

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

Class Method Details

.fieldObject



75650
75651
75652
# File 'lib/quickfix_fields.rb', line 75650

def SideCollateralType.field
  return 2701
end