Class: Quickfix::PriceQuoteMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PriceQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceQuoteMethod
constructor
A new instance of PriceQuoteMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PriceQuoteMethod
Returns a new instance of PriceQuoteMethod.
15970 15971 15972 15973 15974 15975 15976 |
# File 'lib/quickfix_fields.rb', line 15970 def initialize(data = nil) if( data == nil ) super(1196) else super(1196, data) end end |
Class Method Details
.field ⇒ Object
15967 15968 15969 |
# File 'lib/quickfix_fields.rb', line 15967 def PriceQuoteMethod.field return 1196 end |