Class: Quickfix::SettlInstTransType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlInstTransType

Returns a new instance of SettlInstTransType.



2528
2529
2530
2531
2532
2533
2534
# File 'lib/quickfix_fields.rb', line 2528

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

Class Method Details

.fieldObject



2525
2526
2527
# File 'lib/quickfix_fields.rb', line 2525

def SettlInstTransType.field
  return 163
end