Class: Quickfix::SecondaryTrdType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SecondaryTrdType

Returns a new instance of SecondaryTrdType.



11589
11590
11591
11592
11593
11594
11595
# File 'lib/quickfix_fields.rb', line 11589

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

Class Method Details

.fieldObject



11586
11587
11588
# File 'lib/quickfix_fields.rb', line 11586

def SecondaryTrdType.field
  return 855
end