Class: Quickfix::LegPricingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPricingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPricingTime
constructor
A new instance of LegPricingTime.
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
.field ⇒ Object
50716 50717 50718 |
# File 'lib/quickfix_fields.rb', line 50716 def LegPricingTime.field return 41612 end |