Class: Quickfix::LegStreamEffectiveDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamEffectiveDateRelativeTo

Returns a new instance of LegStreamEffectiveDateRelativeTo.



30569
30570
30571
30572
30573
30574
30575
# File 'lib/quickfix_fields.rb', line 30569

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

Class Method Details

.fieldObject



30566
30567
30568
# File 'lib/quickfix_fields.rb', line 30566

def LegStreamEffectiveDateRelativeTo.field
  return 40252
end