Class: Quickfix::QuotePriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuotePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuotePriceType
constructor
A new instance of QuotePriceType.
Constructor Details
#initialize(data = nil) ⇒ QuotePriceType
Returns a new instance of QuotePriceType.
1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/quickfix_fields.rb', line 1189 def initialize(data = nil) if( data == nil ) super(692) else super(692, data) end end |
Class Method Details
.field ⇒ Object
1186 1187 1188 |
# File 'lib/quickfix_fields.rb', line 1186 def QuotePriceType.field return 692 end |