Class: Quickfix::LegPricingTime

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

Returns a new instance of LegPricingTime.



50719
50720
50721
50722
50723
50724
50725
# File 'lib/quickfix_fields.rb', line 50719

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

Class Method Details

.fieldObject



50716
50717
50718
# File 'lib/quickfix_fields.rb', line 50716

def LegPricingTime.field
  return 41612
end