Class: Quickfix::UnderlyingStipValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStipValue

Returns a new instance of UnderlyingStipValue.



13123
13124
13125
13126
13127
13128
13129
# File 'lib/quickfix_fields.rb', line 13123

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

Class Method Details

.fieldObject



13120
13121
13122
# File 'lib/quickfix_fields.rb', line 13120

def UnderlyingStipValue.field
  return 889
end