Class: Quickfix::PriceQuoteMethod
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PriceQuoteMethod
Returns a new instance of PriceQuoteMethod.
11589 11590 11591 11592 11593 11594 11595 |
# File 'lib/quickfix_fields.rb', line 11589 def initialize(data = nil) if( data == nil ) super(1196) else super(1196, data) end end |
Class Method Details
.field ⇒ Object
11586 11587 11588 |
# File 'lib/quickfix_fields.rb', line 11586 def PriceQuoteMethod.field return 1196 end |