Class: Quickfix::LegPriceType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegPriceType



93784
93785
93786
93787
93788
93789
93790
# File 'ext/quickfix/QuickfixRuby.cpp', line 93784

def initialize(data = nil)
  if( data == nil )
    super(686)
  else
    super(686, data)
  end
end

Class Method Details

.fieldObject



9285
9286
9287
# File 'lib/quickfix_fields.rb', line 9285

def LegPriceType.field
  return 686
end