Class: Quickfix::UnderlyingPricingTime

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

Class Method Details

.fieldObject



55630
55631
55632
# File 'lib/quickfix_fields.rb', line 55630

def UnderlyingPricingTime.field
  return 41952
end