Class: Quickfix::UnderlyingPricingTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPricingTime

Returns a new instance of UnderlyingPricingTime.



55633
55634
55635
55636
55637
55638
55639
# File 'lib/quickfix_fields.rb', line 55633

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