Class: Quickfix::LegStipulationValue

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

Returns a new instance of LegStipulationValue.



9470
9471
9472
9473
9474
9475
9476
# File 'lib/quickfix_fields.rb', line 9470

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

Class Method Details

.fieldObject



9467
9468
9469
# File 'lib/quickfix_fields.rb', line 9467

def LegStipulationValue.field
  return 689
end