Class: Quickfix::PricingTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PricingTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingTime
constructor
A new instance of PricingTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PricingTime
Returns a new instance of PricingTime.
45272 45273 45274 45275 45276 45277 45278 |
# File 'lib/quickfix_fields.rb', line 45272 def initialize(data = nil) if( data == nil ) super(41235) else super(41235, data) end end |
Class Method Details
.field ⇒ Object
45269 45270 45271 |
# File 'lib/quickfix_fields.rb', line 45269 def PricingTime.field return 41235 end |